Html Css Color HEX #EF048F Hollywood Cerise

📋 copy color: '#EF048F'

red 239 ◦ green 4 ◦ blue 143

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

Shades of Hollywood Cerise #EF048F

Tints of Hollywood Cerise #EF048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 61.92%
G = 1.04%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF048F (or 0xEF048F) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 8F. RGB value is (239,4,143). Sum of RGB (Red+Green+Blue) = 239+4+143=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF048F is #10FB70. Grayscale: #595959. Windows color (decimal): -1112945 or 9372911. OLE color: 9372911.

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

Color convert

RGB 239 4 143 -
CMYK 0 0.98 0.40 0.06
HSL 324.51º 0.97% 0.48% -
HSV(B) 324.51º 0.98% 0.94% -
XYZ 40.6 20.42 27.79 -
YUV 90.11 157.86 234.2 -
System Red Green Blue C M Y K H S L
Decimal 239 4 143 0 0.98 0.40 0.06 324.51 0.97 0.48
Hex EF 4 8F 0 62 28 6 145 61 30
Octal 357 4 217 0 142 50 6 505 141 60
Binary 11101111 100 10001111 0 1100010 101000 110 101000101 1100001 110000

Color Harmonies of #EF048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF048F

Black with #EF048F

Text Example


Text Example

White with #EF048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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