Html Css Color HEX #E612A8 Hollywood Cerise

📋 copy color: '#E612A8'

red 230 ◦ green 18 ◦ blue 168

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

Shades of Hollywood Cerise #E612A8

Tints of Hollywood Cerise #E612A8

RGB

 RED value IS 230 (90.23% from 255) = 55.29%

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

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

R = 55.29%
G = 4.33%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E612A8 (or 0xE612A8) is known color: Hollywood Cerise. HEX triplet: E6, 12 and A8. RGB value is (230,18,168). Sum of RGB (Red+Green+Blue) = 230+18+168=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E612A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E612A8 is #19ED57. Grayscale: #626262. Windows color (decimal): -1699160 or 11014886. OLE color: 11014886.

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

Color convert

RGB 230 18 168 -
CMYK 0 0.92 0.27 0.10
HSL 317.55º 0.85% 0.49% -
HSV(B) 317.55º 0.92% 0.9% -
XYZ 39.92 20.08 38.82 -
YUV 98.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 230 18 168 0 0.92 0.27 0.10 317.55 0.85 0.49
Hex E6 12 A8 0 5C 1B A 13E 55 31
Octal 346 22 250 0 134 33 12 476 125 61
Binary 11100110 10010 10101000 0 1011100 11011 1010 100111110 1010101 110001

Color Harmonies of #E612A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612A8

Black with #E612A8

Text Example


Text Example

White with #E612A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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