Html Css Color HEX #EF13A0 Hollywood Cerise

📋 copy color: '#EF13A0'

red 239 ◦ green 19 ◦ blue 160

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

Shades of Hollywood Cerise #EF13A0

Tints of Hollywood Cerise #EF13A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 57.18%
G = 4.55%
B = 38.28%

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

#EF13A0 (or 0xEF13A0) is known color: Hollywood Cerise. HEX triplet: EF, 13 and A0. RGB value is (239,19,160). Sum of RGB (Red+Green+Blue) = 239+19+160=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF13A0 is #10EC5F. Grayscale: #646464. Windows color (decimal): -1109088 or 10490863. OLE color: 10490863.

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

Color convert

RGB 239 19 160 -
CMYK 0 0.92 0.33 0.06
HSL 321.55º 0.87% 0.51% -
HSV(B) 321.55º 0.92% 0.94% -
XYZ 42.17 21.35 35.16 -
YUV 100.85 161.39 226.54 -
System Red Green Blue C M Y K H S L
Decimal 239 19 160 0 0.92 0.33 0.06 321.55 0.87 0.51
Hex EF 13 A0 0 5C 21 6 142 57 33
Octal 357 23 240 0 134 41 6 502 127 63
Binary 11101111 10011 10100000 0 1011100 100001 110 101000010 1010111 110011

Color Harmonies of #EF13A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13A0

Black with #EF13A0

Text Example


Text Example

White with #EF13A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13A0; }

 p { color: rgb(239,19,160); }

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

background-color css

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

 a { background-color: rgb(239,19,160); }

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

border-color css

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

 span { border-color: rgb(239,19,160); }

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