Html Css Color HEX #EF049B Hollywood Cerise

📋 copy color: '#EF049B'

red 239 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #EF049B

Tints of Hollywood Cerise #EF049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 60.05%
G = 1.01%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF049B (or 0xEF049B) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 9B. RGB value is (239,4,155). Sum of RGB (Red+Green+Blue) = 239+4+155=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF049B is #10FB64. Grayscale: #5B5B5B. Windows color (decimal): -1112933 or 10159343. OLE color: 10159343.

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

Color convert

RGB 239 4 155 -
CMYK 0 0.98 0.35 0.06
HSL 321.45º 0.97% 0.48% -
HSV(B) 321.45º 0.98% 0.94% -
XYZ 41.56 20.8 32.84 -
YUV 91.48 163.86 233.22 -
System Red Green Blue C M Y K H S L
Decimal 239 4 155 0 0.98 0.35 0.06 321.45 0.97 0.48
Hex EF 4 9B 0 62 23 6 141 61 30
Octal 357 4 233 0 142 43 6 501 141 60
Binary 11101111 100 10011011 0 1100010 100011 110 101000001 1100001 110000

Color Harmonies of #EF049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF049B

Black with #EF049B

Text Example


Text Example

White with #EF049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF049B; }

 p { color: rgb(239,4,155); }

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

background-color css

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

 a { background-color: rgb(239,4,155); }

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

border-color css

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

 span { border-color: rgb(239,4,155); }

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