Html Css Color HEX #E604A0 Hollywood Cerise

📋 copy color: '#E604A0'

red 230 ◦ green 4 ◦ blue 160

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

Shades of Hollywood Cerise #E604A0

Tints of Hollywood Cerise #E604A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 58.38%
G = 1.02%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E604A0 (or 0xE604A0) is known color: Hollywood Cerise. HEX triplet: E6, 04 and A0. RGB value is (230,4,160). Sum of RGB (Red+Green+Blue) = 230+4+160=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E604A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E604A0 is #19FB5F. Grayscale: #585858. Windows color (decimal): -1702752 or 10487014. OLE color: 10487014.

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

Color convert

RGB 230 4 160 -
CMYK 0 0.98 0.30 0.10
HSL 318.58º 0.97% 0.46% -
HSV(B) 318.58º 0.98% 0.9% -
XYZ 39.02 19.45 34.95 -
YUV 89.36 167.87 228.32 -
System Red Green Blue C M Y K H S L
Decimal 230 4 160 0 0.98 0.30 0.10 318.58 0.97 0.46
Hex E6 4 A0 0 62 1E A 13F 61 2E
Octal 346 4 240 0 142 36 12 477 141 56
Binary 11100110 100 10100000 0 1100010 11110 1010 100111111 1100001 101110

Color Harmonies of #E604A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E604A0

Black with #E604A0

Text Example


Text Example

White with #E604A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E604A0; }

 p { color: rgb(230,4,160); }

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

background-color css

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

 a { background-color: rgb(230,4,160); }

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

border-color css

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

 span { border-color: rgb(230,4,160); }

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