Html Css Color HEX #E6028C Hollywood Cerise

📋 copy color: '#E6028C'

red 230 ◦ green 2 ◦ blue 140

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

Shades of Hollywood Cerise #E6028C

Tints of Hollywood Cerise #E6028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 61.83%
G = 0.54%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6028C (or 0xE6028C) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 8C. RGB value is (230,2,140). Sum of RGB (Red+Green+Blue) = 230+2+140=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6028C is #19FD73. Grayscale: #555555. Windows color (decimal): -1703284 or 9175782. OLE color: 9175782.

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

Color convert

RGB 230 2 140 -
CMYK 0 0.99 0.39 0.10
HSL 323.68º 0.98% 0.45% -
HSV(B) 323.68º 0.99% 0.9% -
XYZ 37.39 18.76 26.46 -
YUV 85.9 158.54 230.78 -
System Red Green Blue C M Y K H S L
Decimal 230 2 140 0 0.99 0.39 0.10 323.68 0.98 0.45
Hex E6 2 8C 0 63 27 A 144 62 2D
Octal 346 2 214 0 143 47 12 504 142 55
Binary 11100110 10 10001100 0 1100011 100111 1010 101000100 1100010 101101

Color Harmonies of #E6028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6028C

Black with #E6028C

Text Example


Text Example

White with #E6028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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