Html Css Color HEX #E60286 Hollywood Cerise

📋 copy color: '#E60286'

red 230 ◦ green 2 ◦ blue 134

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

Shades of Hollywood Cerise #E60286

Tints of Hollywood Cerise #E60286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 62.84%
G = 0.55%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60286 (or 0xE60286) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 86. RGB value is (230,2,134). Sum of RGB (Red+Green+Blue) = 230+2+134=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E60286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60286 is #19FD79. Grayscale: #545454. Windows color (decimal): -1703290 or 8782566. OLE color: 8782566.

HSL color Cylindrical-coordinate representation of color #E60286: hue angle of 325.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60286 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 134 -
CMYK 0 0.99 0.42 0.10
HSL 325.26º 0.98% 0.45% -
HSV(B) 325.26º 0.99% 0.9% -
XYZ 36.96 18.59 24.19 -
YUV 85.22 155.54 231.27 -
System Red Green Blue C M Y K H S L
Decimal 230 2 134 0 0.99 0.42 0.10 325.26 0.98 0.45
Hex E6 2 86 0 63 2A A 145 62 2D
Octal 346 2 206 0 143 52 12 505 142 55
Binary 11100110 10 10000110 0 1100011 101010 1010 101000101 1100010 101101

Color Harmonies of #E60286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60286

Black with #E60286

Text Example


Text Example

White with #E60286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60286; }

 p { color: rgb(230,2,134); }

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

background-color css

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

 a { background-color: rgb(230,2,134); }

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

border-color css

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

 span { border-color: rgb(230,2,134); }

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