Html Css Color HEX #EF139E Hollywood Cerise

📋 copy color: '#EF139E'

red 239 ◦ green 19 ◦ blue 158

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

Shades of Hollywood Cerise #EF139E

Tints of Hollywood Cerise #EF139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 57.45%
G = 4.57%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF139E (or 0xEF139E) is known color: Hollywood Cerise. HEX triplet: EF, 13 and 9E. RGB value is (239,19,158). Sum of RGB (Red+Green+Blue) = 239+19+158=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF139E is #10EC61. Grayscale: #646464. Windows color (decimal): -1109090 or 10359791. OLE color: 10359791.

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

Color convert

RGB 239 19 158 -
CMYK 0 0.92 0.34 0.06
HSL 322.09º 0.87% 0.51% -
HSV(B) 322.09º 0.92% 0.94% -
XYZ 42 21.29 34.24 -
YUV 100.63 160.39 226.7 -
System Red Green Blue C M Y K H S L
Decimal 239 19 158 0 0.92 0.34 0.06 322.09 0.87 0.51
Hex EF 13 9E 0 5C 22 6 142 57 33
Octal 357 23 236 0 134 42 6 502 127 63
Binary 11101111 10011 10011110 0 1011100 100010 110 101000010 1010111 110011

Color Harmonies of #EF139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF139E

Black with #EF139E

Text Example


Text Example

White with #EF139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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