Html Css Color HEX #E6029F Hollywood Cerise

📋 copy color: '#E6029F'

red 230 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #E6029F

Tints of Hollywood Cerise #E6029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 58.82%
G = 0.51%
B = 40.66%

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

#E6029F (or 0xE6029F) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 9F. RGB value is (230,2,159). Sum of RGB (Red+Green+Blue) = 230+2+159=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6029F is #19FD60. Grayscale: #575757. Windows color (decimal): -1703265 or 10420966. OLE color: 10420966.

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

Color convert

RGB 230 2 159 -
CMYK 0 0.99 0.31 0.10
HSL 318.68º 0.98% 0.45% -
HSV(B) 318.68º 0.99% 0.9% -
XYZ 38.91 19.37 34.49 -
YUV 88.07 168.04 229.23 -
System Red Green Blue C M Y K H S L
Decimal 230 2 159 0 0.99 0.31 0.10 318.68 0.98 0.45
Hex E6 2 9F 0 63 1F A 13F 62 2D
Octal 346 2 237 0 143 37 12 477 142 55
Binary 11100110 10 10011111 0 1100011 11111 1010 100111111 1100010 101101

Color Harmonies of #E6029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6029F

Black with #E6029F

Text Example


Text Example

White with #E6029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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