Html Css Color HEX #E06296 Pale Violet Red

📋 copy color: '#E06296'

red 224 ◦ green 98 ◦ blue 150

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

Shades of Pale Violet Red #E06296

Tints of Pale Violet Red #E06296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.76%

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

R = 47.46%
G = 20.76%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06296 (or 0xE06296) is known color: Pale Violet Red. HEX triplet: E0, 62 and 96. RGB value is (224,98,150). Sum of RGB (Red+Green+Blue) = 224+98+150=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E06296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06296 is #1F9D69. Grayscale: #8D8D8D. Windows color (decimal): -2071914 or 9855712. OLE color: 9855712.

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

Color convert

RGB 224 98 150 -
CMYK 0 0.56 0.33 0.12
HSL 335.24º 0.67% 0.63% -
HSV(B) 335.24º 0.56% 0.88% -
XYZ 40.61 26.78 31.88 -
YUV 141.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 224 98 150 0 0.56 0.33 0.12 335.24 0.67 0.63
Hex E0 62 96 0 38 21 C 14F 43 3F
Octal 340 142 226 0 70 41 14 517 103 77
Binary 11100000 1100010 10010110 0 111000 100001 1100 101001111 1000011 111111

Color Harmonies of #E06296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06296

Black with #E06296

Text Example


Text Example

White with #E06296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06296; }

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

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

background-color css

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

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

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

border-color css

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

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

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