Html Css Color HEX #E1658E Pale Violet Red

📋 copy color: '#E1658E'

red 225 ◦ green 101 ◦ blue 142

#E1658E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E1658E

Tints of Pale Violet Red #E1658E

RGB

 RED value IS 225 (88.28% from 255) = 48.08%

 GREEN value IS 101 (39.84% from 255) = 21.58%

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 48.08%
G = 21.58%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E1658E (or 0xE1658E) is known color: Pale Violet Red. HEX triplet: E1, 65 and 8E. RGB value is (225,101,142). Sum of RGB (Red+Green+Blue) = 225+101+142=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1658E is #1E9A71. Grayscale: #8E8E8E. Windows color (decimal): -2005618 or 9332193. OLE color: 9332193.

HSL color Cylindrical-coordinate representation of color #E1658E: hue angle of 340.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1658E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 142 -
CMYK 0 0.55 0.37 0.12
HSL 340.16º 0.67% 0.64% -
HSV(B) 340.16º 0.55% 0.88% -
XYZ 40.59 27.27 28.72 -
YUV 142.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 225 101 142 0 0.55 0.37 0.12 340.16 0.67 0.64
Hex E1 65 8E 0 37 25 C 154 43 40
Octal 341 145 216 0 67 45 14 524 103 100
Binary 11100001 1100101 10001110 0 110111 100101 1100 101010100 1000011 1000000

Color Harmonies of #E1658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1658E

Black with #E1658E

Text Example


Text Example

White with #E1658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1658E; }

 p { color: rgb(225,101,142); }

 H1.HeaderClassName
 {
   color: #E1658E;
 }
 .AnyTagClassName
 {
   color: #E1658E;
 }
</style>

background-color css

<style>
 a { background-color: #E1658E; }

 a { background-color: rgb(225,101,142); }

 div.DivClassName
 {
   background-color: #E1658E;
 }
 .BgClassName
 {
   background-color: #E1658E;
 }
</style>

border-color css

<style>
 span { border-color: #E1658E; }

 span { border-color: rgb(225,101,142); }

 td.TdClassName
 {
   border-color: #E1658E;
 }
 .TagClassName
 {
   border-color: #E1658E;
 }
</style>