Html Css Color HEX #E60290 Hollywood Cerise

📋 copy color: '#E60290'

red 230 ◦ green 2 ◦ blue 144

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

Shades of Hollywood Cerise #E60290

Tints of Hollywood Cerise #E60290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 61.17%
G = 0.53%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E60290 (or 0xE60290) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 90. RGB value is (230,2,144). Sum of RGB (Red+Green+Blue) = 230+2+144=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E60290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60290 is #19FD6F. Grayscale: #565656. Windows color (decimal): -1703280 or 9437926. OLE color: 9437926.

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

Color convert

RGB 230 2 144 -
CMYK 0 0.99 0.37 0.10
HSL 322.63º 0.98% 0.45% -
HSV(B) 322.63º 0.99% 0.9% -
XYZ 37.69 18.88 28.04 -
YUV 86.36 160.54 230.45 -
System Red Green Blue C M Y K H S L
Decimal 230 2 144 0 0.99 0.37 0.10 322.63 0.98 0.45
Hex E6 2 90 0 63 25 A 143 62 2D
Octal 346 2 220 0 143 45 12 503 142 55
Binary 11100110 10 10010000 0 1100011 100101 1010 101000011 1100010 101101

Color Harmonies of #E60290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60290

Black with #E60290

Text Example


Text Example

White with #E60290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60290; }

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

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

background-color css

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

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

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

border-color css

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

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

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