Html Css Color HEX #EF028D Hollywood Cerise

📋 copy color: '#EF028D'

red 239 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #EF028D

Tints of Hollywood Cerise #EF028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 62.57%
G = 0.52%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF028D (or 0xEF028D) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 8D. RGB value is (239,2,141). Sum of RGB (Red+Green+Blue) = 239+2+141=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF028D is #10FD72. Grayscale: #585858. Windows color (decimal): -1113459 or 9241327. OLE color: 9241327.

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

Color convert

RGB 239 2 141 -
CMYK 0 0.99 0.41 0.06
HSL 324.81º 0.98% 0.47% -
HSV(B) 324.81º 0.99% 0.94% -
XYZ 40.43 20.32 26.99 -
YUV 88.71 157.52 235.2 -
System Red Green Blue C M Y K H S L
Decimal 239 2 141 0 0.99 0.41 0.06 324.81 0.98 0.47
Hex EF 2 8D 0 63 29 6 145 62 2F
Octal 357 2 215 0 143 51 6 505 142 57
Binary 11101111 10 10001101 0 1100011 101001 110 101000101 1100010 101111

Color Harmonies of #EF028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF028D

Black with #EF028D

Text Example


Text Example

White with #EF028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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