Html Css Color HEX #EF149F Hollywood Cerise

📋 copy color: '#EF149F'

red 239 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #EF149F

Tints of Hollywood Cerise #EF149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 57.18%
G = 4.78%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF149F (or 0xEF149F) is known color: Hollywood Cerise. HEX triplet: EF, 14 and 9F. RGB value is (239,20,159). Sum of RGB (Red+Green+Blue) = 239+20+159=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF149F is #10EB60. Grayscale: #646464. Windows color (decimal): -1108833 or 10425583. OLE color: 10425583.

HSL color Cylindrical-coordinate representation of color #EF149F: hue angle of 321.92º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF149F is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 20 159 -
CMYK 0 0.92 0.33 0.06
HSL 321.92º 0.87% 0.51% -
HSV(B) 321.92º 0.92% 0.94% -
XYZ 42.1 21.35 34.7 -
YUV 101.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 239 20 159 0 0.92 0.33 0.06 321.92 0.87 0.51
Hex EF 14 9F 0 5C 21 6 142 57 33
Octal 357 24 237 0 134 41 6 502 127 63
Binary 11101111 10100 10011111 0 1011100 100001 110 101000010 1010111 110011

Color Harmonies of #EF149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF149F

Black with #EF149F

Text Example


Text Example

White with #EF149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF149F; }

 p { color: rgb(239,20,159); }

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

background-color css

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

 a { background-color: rgb(239,20,159); }

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

border-color css

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

 span { border-color: rgb(239,20,159); }

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