Html Css Color HEX #E70CA6 Hollywood Cerise

📋 copy color: '#E70CA6'

red 231 ◦ green 12 ◦ blue 166

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

Shades of Hollywood Cerise #E70CA6

Tints of Hollywood Cerise #E70CA6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 56.48%
G = 2.93%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E70CA6 (or 0xE70CA6) is known color: Hollywood Cerise. HEX triplet: E7, 0C and A6. RGB value is (231,12,166). Sum of RGB (Red+Green+Blue) = 231+12+166=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70CA6 is #18F359. Grayscale: #5E5E5E. Windows color (decimal): -1635162 or 10882279. OLE color: 10882279.

HSL color Cylindrical-coordinate representation of color #E70CA6: hue angle of 317.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CA6 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 166 -
CMYK 0 0.95 0.28 0.09
HSL 317.81º 0.9% 0.48% -
HSV(B) 317.81º 0.95% 0.91% -
XYZ 39.97 20.01 37.83 -
YUV 95.04 168.05 224.98 -
System Red Green Blue C M Y K H S L
Decimal 231 12 166 0 0.95 0.28 0.09 317.81 0.9 0.48
Hex E7 C A6 0 5F 1C 9 13E 5A 30
Octal 347 14 246 0 137 34 11 476 132 60
Binary 11100111 1100 10100110 0 1011111 11100 1001 100111110 1011010 110000

Color Harmonies of #E70CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CA6

Black with #E70CA6

Text Example


Text Example

White with #E70CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CA6; }

 p { color: rgb(231,12,166); }

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

background-color css

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

 a { background-color: rgb(231,12,166); }

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

border-color css

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

 span { border-color: rgb(231,12,166); }

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