Html Css Color HEX #E6028B Hollywood Cerise

📋 copy color: '#E6028B'

red 230 ◦ green 2 ◦ blue 139

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

Shades of Hollywood Cerise #E6028B

Tints of Hollywood Cerise #E6028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 61.99%
G = 0.54%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6028B (or 0xE6028B) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 8B. RGB value is (230,2,139). Sum of RGB (Red+Green+Blue) = 230+2+139=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6028B is #19FD74. Grayscale: #555555. Windows color (decimal): -1703285 or 9110246. OLE color: 9110246.

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

Color convert

RGB 230 2 139 -
CMYK 0 0.99 0.40 0.10
HSL 323.95º 0.98% 0.45% -
HSV(B) 323.95º 0.99% 0.9% -
XYZ 37.32 18.73 26.07 -
YUV 85.79 158.04 230.86 -
System Red Green Blue C M Y K H S L
Decimal 230 2 139 0 0.99 0.40 0.10 323.95 0.98 0.45
Hex E6 2 8B 0 63 28 A 144 62 2D
Octal 346 2 213 0 143 50 12 504 142 55
Binary 11100110 10 10001011 0 1100011 101000 1010 101000100 1100010 101101

Color Harmonies of #E6028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6028B

Black with #E6028B

Text Example


Text Example

White with #E6028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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