Html Css Color HEX #E10696 Hollywood Cerise

📋 copy color: '#E10696'

red 225 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #E10696

Tints of Hollywood Cerise #E10696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

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

R = 59.06%
G = 1.57%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E10696 (or 0xE10696) is known color: Hollywood Cerise. HEX triplet: E1, 06 and 96. RGB value is (225,6,150). Sum of RGB (Red+Green+Blue) = 225+6+150=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E10696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10696 is #1EF969. Grayscale: #575757. Windows color (decimal): -2029930 or 9832161. OLE color: 9832161.

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

Color convert

RGB 225 6 150 -
CMYK 0 0.97 0.33 0.12
HSL 320.55º 0.95% 0.45% -
HSV(B) 320.55º 0.97% 0.88% -
XYZ 36.62 18.34 30.46 -
YUV 87.9 163.05 225.79 -
System Red Green Blue C M Y K H S L
Decimal 225 6 150 0 0.97 0.33 0.12 320.55 0.95 0.45
Hex E1 6 96 0 61 21 C 141 5F 2D
Octal 341 6 226 0 141 41 14 501 137 55
Binary 11100001 110 10010110 0 1100001 100001 1100 101000001 1011111 101101

Color Harmonies of #E10696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10696

Black with #E10696

Text Example


Text Example

White with #E10696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10696; }

 p { color: rgb(225,6,150); }

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

background-color css

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

 a { background-color: rgb(225,6,150); }

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

border-color css

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

 span { border-color: rgb(225,6,150); }

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