Html Css Color HEX #E60CAA Hollywood Cerise

📋 copy color: '#E60CAA'

red 230 ◦ green 12 ◦ blue 170

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

Shades of Hollywood Cerise #E60CAA

Tints of Hollywood Cerise #E60CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 55.83%
G = 2.91%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E60CAA (or 0xE60CAA) is known color: Hollywood Cerise. HEX triplet: E6, 0C and AA. RGB value is (230,12,170). Sum of RGB (Red+Green+Blue) = 230+12+170=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60CAA is #19F355. Grayscale: #5E5E5E. Windows color (decimal): -1700694 or 11144422. OLE color: 11144422.

HSL color Cylindrical-coordinate representation of color #E60CAA: hue angle of 316.51º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60CAA is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 12 170 -
CMYK 0 0.95 0.26 0.10
HSL 316.51º 0.9% 0.47% -
HSV(B) 316.51º 0.95% 0.9% -
XYZ 40.02 19.99 39.78 -
YUV 95.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 230 12 170 0 0.95 0.26 0.10 316.51 0.9 0.47
Hex E6 C AA 0 5F 1A A 13D 5A 2F
Octal 346 14 252 0 137 32 12 475 132 57
Binary 11100110 1100 10101010 0 1011111 11010 1010 100111101 1011010 101111

Color Harmonies of #E60CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CAA

Black with #E60CAA

Text Example


Text Example

White with #E60CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CAA; }

 p { color: rgb(230,12,170); }

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

background-color css

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

 a { background-color: rgb(230,12,170); }

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

border-color css

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

 span { border-color: rgb(230,12,170); }

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