Html Css Color HEX #E6029E Hollywood Cerise

📋 copy color: '#E6029E'

red 230 ◦ green 2 ◦ blue 158

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

Shades of Hollywood Cerise #E6029E

Tints of Hollywood Cerise #E6029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 58.97%
G = 0.51%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6029E (or 0xE6029E) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 9E. RGB value is (230,2,158). Sum of RGB (Red+Green+Blue) = 230+2+158=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6029E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6029E is #19FD61. Grayscale: #575757. Windows color (decimal): -1703266 or 10355430. OLE color: 10355430.

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

Color convert

RGB 230 2 158 -
CMYK 0 0.99 0.31 0.10
HSL 318.95º 0.98% 0.45% -
HSV(B) 318.95º 0.99% 0.9% -
XYZ 38.83 19.34 34.03 -
YUV 87.96 167.54 229.32 -
System Red Green Blue C M Y K H S L
Decimal 230 2 158 0 0.99 0.31 0.10 318.95 0.98 0.45
Hex E6 2 9E 0 63 1F A 13F 62 2D
Octal 346 2 236 0 143 37 12 477 142 55
Binary 11100110 10 10011110 0 1100011 11111 1010 100111111 1100010 101101

Color Harmonies of #E6029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6029E

Black with #E6029E

Text Example


Text Example

White with #E6029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6029E; }

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

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

background-color css

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

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

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

border-color css

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

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

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