Html Css Color HEX #E6029D Hollywood Cerise

📋 copy color: '#E6029D'

red 230 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #E6029D

Tints of Hollywood Cerise #E6029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 59.13%
G = 0.51%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6029D (or 0xE6029D) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 9D. RGB value is (230,2,157). Sum of RGB (Red+Green+Blue) = 230+2+157=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6029D is #19FD62. Grayscale: #575757. Windows color (decimal): -1703267 or 10289894. OLE color: 10289894.

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

Color convert

RGB 230 2 157 -
CMYK 0 0.99 0.32 0.10
HSL 319.21º 0.98% 0.45% -
HSV(B) 319.21º 0.99% 0.9% -
XYZ 38.74 19.3 33.58 -
YUV 87.84 167.04 229.4 -
System Red Green Blue C M Y K H S L
Decimal 230 2 157 0 0.99 0.32 0.10 319.21 0.98 0.45
Hex E6 2 9D 0 63 20 A 13F 62 2D
Octal 346 2 235 0 143 40 12 477 142 55
Binary 11100110 10 10011101 0 1100011 100000 1010 100111111 1100010 101101

Color Harmonies of #E6029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6029D

Black with #E6029D

Text Example


Text Example

White with #E6029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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