Html Css Color HEX #E6028A Hollywood Cerise

📋 copy color: '#E6028A'

red 230 ◦ green 2 ◦ blue 138

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

Shades of Hollywood Cerise #E6028A

Tints of Hollywood Cerise #E6028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 62.16%
G = 0.54%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6028A (or 0xE6028A) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 8A. RGB value is (230,2,138). Sum of RGB (Red+Green+Blue) = 230+2+138=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6028A is #19FD75. Grayscale: #555555. Windows color (decimal): -1703286 or 9044710. OLE color: 9044710.

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

Color convert

RGB 230 2 138 -
CMYK 0 0.99 0.4 0.10
HSL 324.21º 0.98% 0.45% -
HSV(B) 324.21º 0.99% 0.9% -
XYZ 37.24 18.7 25.69 -
YUV 85.68 157.54 230.94 -
System Red Green Blue C M Y K H S L
Decimal 230 2 138 0 0.99 0.4 0.10 324.21 0.98 0.45
Hex E6 2 8A 0 63 28 A 144 62 2D
Octal 346 2 212 0 143 50 12 504 142 55
Binary 11100110 10 10001010 0 1100011 101000 1010 101000100 1100010 101101

Color Harmonies of #E6028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6028A

Black with #E6028A

Text Example


Text Example

White with #E6028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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