Html Css Color HEX #E06196 Pale Violet Red

📋 copy color: '#E06196'

red 224 ◦ green 97 ◦ blue 150

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

Shades of Pale Violet Red #E06196

Tints of Pale Violet Red #E06196

RGB

 RED value IS 224 (87.89% from 255) = 47.56%

 GREEN value IS 97 (38.28% from 255) = 20.59%

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 47.56%
G = 20.59%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06196 (or 0xE06196) is known color: Pale Violet Red. HEX triplet: E0, 61 and 96. RGB value is (224,97,150). Sum of RGB (Red+Green+Blue) = 224+97+150=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E06196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06196 is #1F9E69. Grayscale: #8C8C8C. Windows color (decimal): -2072170 or 9855456. OLE color: 9855456.

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

Color convert

RGB 224 97 150 -
CMYK 0 0.57 0.33 0.12
HSL 334.96º 0.67% 0.63% -
HSV(B) 334.96º 0.57% 0.88% -
XYZ 40.52 26.6 31.85 -
YUV 141.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 224 97 150 0 0.57 0.33 0.12 334.96 0.67 0.63
Hex E0 61 96 0 39 21 C 14F 43 3F
Octal 340 141 226 0 71 41 14 517 103 77
Binary 11100000 1100001 10010110 0 111001 100001 1100 101001111 1000011 111111

Color Harmonies of #E06196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06196

Black with #E06196

Text Example


Text Example

White with #E06196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06196; }

 p { color: rgb(224,97,150); }

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

background-color css

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

 a { background-color: rgb(224,97,150); }

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

border-color css

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

 span { border-color: rgb(224,97,150); }

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