Html Css Color HEX #E6059A Hollywood Cerise

📋 copy color: '#E6059A'

red 230 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #E6059A

Tints of Hollywood Cerise #E6059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 59.13%
G = 1.29%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6059A (or 0xE6059A) is known color: Hollywood Cerise. HEX triplet: E6, 05 and 9A. RGB value is (230,5,154). Sum of RGB (Red+Green+Blue) = 230+5+154=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6059A is #19FA65. Grayscale: #585858. Windows color (decimal): -1702502 or 10094054. OLE color: 10094054.

HSL color Cylindrical-coordinate representation of color #E6059A: hue angle of 320.27º degrees, saturation: 0.96, 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 #E6059A is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 154 -
CMYK 0 0.98 0.33 0.10
HSL 320.27º 0.96% 0.46% -
HSV(B) 320.27º 0.98% 0.9% -
XYZ 38.52 19.26 32.26 -
YUV 89.26 164.54 228.38 -
System Red Green Blue C M Y K H S L
Decimal 230 5 154 0 0.98 0.33 0.10 320.27 0.96 0.46
Hex E6 5 9A 0 62 21 A 140 60 2E
Octal 346 5 232 0 142 41 12 500 140 56
Binary 11100110 101 10011010 0 1100010 100001 1010 101000000 1100000 101110

Color Harmonies of #E6059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6059A

Black with #E6059A

Text Example


Text Example

White with #E6059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6059A; }

 p { color: rgb(230,5,154); }

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

background-color css

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

 a { background-color: rgb(230,5,154); }

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

border-color css

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

 span { border-color: rgb(230,5,154); }

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