Html Css Color HEX #EF028A Hollywood Cerise

📋 copy color: '#EF028A'

red 239 ◦ green 2 ◦ blue 138

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

Shades of Hollywood Cerise #EF028A

Tints of Hollywood Cerise #EF028A

RGB

 RED value IS 239 (93.75% from 255) = 63.06%

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

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

R = 63.06%
G = 0.53%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF028A (or 0xEF028A) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 8A. RGB value is (239,2,138). Sum of RGB (Red+Green+Blue) = 239+2+138=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF028A is #10FD75. Grayscale: #585858. Windows color (decimal): -1113462 or 9044719. OLE color: 9044719.

HSL color Cylindrical-coordinate representation of color #EF028A: hue angle of 325.57º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF028A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 2 138 -
CMYK 0 0.99 0.42 0.06
HSL 325.57º 0.98% 0.47% -
HSV(B) 325.57º 0.99% 0.94% -
XYZ 40.21 20.23 25.83 -
YUV 88.37 156.02 235.44 -
System Red Green Blue C M Y K H S L
Decimal 239 2 138 0 0.99 0.42 0.06 325.57 0.98 0.47
Hex EF 2 8A 0 63 2A 6 146 62 2F
Octal 357 2 212 0 143 52 6 506 142 57
Binary 11101111 10 10001010 0 1100011 101010 110 101000110 1100010 101111

Color Harmonies of #EF028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF028A

Black with #EF028A

Text Example


Text Example

White with #EF028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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