Html Css Color HEX #E60CAD Hollywood Cerise

📋 copy color: '#E60CAD'

red 230 ◦ green 12 ◦ blue 173

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

Shades of Hollywood Cerise #E60CAD

Tints of Hollywood Cerise #E60CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 55.42%
G = 2.89%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E60CAD (or 0xE60CAD) is known color: Hollywood Cerise. HEX triplet: E6, 0C and AD. RGB value is (230,12,173). Sum of RGB (Red+Green+Blue) = 230+12+173=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60CAD is #19F352. Grayscale: #5F5F5F. Windows color (decimal): -1700691 or 11341030. OLE color: 11341030.

HSL color Cylindrical-coordinate representation of color #E60CAD: hue angle of 315.69º 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 #E60CAD is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 12 173 -
CMYK 0 0.95 0.25 0.10
HSL 315.69º 0.9% 0.47% -
HSV(B) 315.69º 0.95% 0.9% -
XYZ 40.31 20.1 41.29 -
YUV 95.54 171.72 223.91 -
System Red Green Blue C M Y K H S L
Decimal 230 12 173 0 0.95 0.25 0.10 315.69 0.9 0.47
Hex E6 C AD 0 5F 19 A 13C 5A 2F
Octal 346 14 255 0 137 31 12 474 132 57
Binary 11100110 1100 10101101 0 1011111 11001 1010 100111100 1011010 101111

Color Harmonies of #E60CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CAD

Black with #E60CAD

Text Example


Text Example

White with #E60CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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