Html Css Color HEX #E712A8 Hollywood Cerise

📋 copy color: '#E712A8'

red 231 ◦ green 18 ◦ blue 168

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

Shades of Hollywood Cerise #E712A8

Tints of Hollywood Cerise #E712A8

RGB

 RED value IS 231 (90.63% from 255) = 55.4%

 GREEN value IS 18 (7.42% from 255) = 4.32%

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 55.4%
G = 4.32%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E712A8 (or 0xE712A8) is known color: Hollywood Cerise. HEX triplet: E7, 12 and A8. RGB value is (231,18,168). Sum of RGB (Red+Green+Blue) = 231+18+168=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E712A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E712A8 is #18ED57. Grayscale: #626262. Windows color (decimal): -1633624 or 11014887. OLE color: 11014887.

HSL color Cylindrical-coordinate representation of color #E712A8: hue angle of 317.75º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E712A8 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 168 -
CMYK 0 0.92 0.27 0.09
HSL 317.75º 0.86% 0.49% -
HSV(B) 317.75º 0.92% 0.91% -
XYZ 40.24 20.25 38.83 -
YUV 98.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 231 18 168 0 0.92 0.27 0.09 317.75 0.86 0.49
Hex E7 12 A8 0 5C 1B 9 13E 56 31
Octal 347 22 250 0 134 33 11 476 126 61
Binary 11100111 10010 10101000 0 1011100 11011 1001 100111110 1010110 110001

Color Harmonies of #E712A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712A8

Black with #E712A8

Text Example


Text Example

White with #E712A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712A8; }

 p { color: rgb(231,18,168); }

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

background-color css

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

 a { background-color: rgb(231,18,168); }

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

border-color css

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

 span { border-color: rgb(231,18,168); }

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