Html Css Color HEX #E60C93 Hollywood Cerise

📋 copy color: '#E60C93'

red 230 ◦ green 12 ◦ blue 147

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

Shades of Hollywood Cerise #E60C93

Tints of Hollywood Cerise #E60C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 59.13%
G = 3.08%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E60C93 (or 0xE60C93) is known color: Hollywood Cerise. HEX triplet: E6, 0C and 93. RGB value is (230,12,147). Sum of RGB (Red+Green+Blue) = 230+12+147=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C93 is #19F36C. Grayscale: #5C5C5C. Windows color (decimal): -1700717 or 9637094. OLE color: 9637094.

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

Color convert

RGB 230 12 147 -
CMYK 0 0.95 0.36 0.10
HSL 322.84º 0.9% 0.47% -
HSV(B) 322.84º 0.95% 0.9% -
XYZ 38.03 19.19 29.3 -
YUV 92.57 158.72 226.02 -
System Red Green Blue C M Y K H S L
Decimal 230 12 147 0 0.95 0.36 0.10 322.84 0.9 0.47
Hex E6 C 93 0 5F 24 A 143 5A 2F
Octal 346 14 223 0 137 44 12 503 132 57
Binary 11100110 1100 10010011 0 1011111 100100 1010 101000011 1011010 101111

Color Harmonies of #E60C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C93

Black with #E60C93

Text Example


Text Example

White with #E60C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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