Html Css Color HEX #EF129D Hollywood Cerise

📋 copy color: '#EF129D'

red 239 ◦ green 18 ◦ blue 157

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

Shades of Hollywood Cerise #EF129D

Tints of Hollywood Cerise #EF129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.35%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 57.73%
G = 4.35%
B = 37.92%

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

#EF129D (or 0xEF129D) is known color: Hollywood Cerise. HEX triplet: EF, 12 and 9D. RGB value is (239,18,157). Sum of RGB (Red+Green+Blue) = 239+18+157=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF129D is #10ED62. Grayscale: #636363. Windows color (decimal): -1109347 or 10293999. OLE color: 10293999.

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

Color convert

RGB 239 18 157 -
CMYK 0 0.92 0.34 0.06
HSL 322.26º 0.87% 0.5% -
HSV(B) 322.26º 0.92% 0.94% -
XYZ 41.9 21.22 33.79 -
YUV 99.93 160.22 227.2 -
System Red Green Blue C M Y K H S L
Decimal 239 18 157 0 0.92 0.34 0.06 322.26 0.87 0.5
Hex EF 12 9D 0 5C 22 6 142 57 32
Octal 357 22 235 0 134 42 6 502 127 62
Binary 11101111 10010 10011101 0 1011100 100010 110 101000010 1010111 110010

Color Harmonies of #EF129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF129D

Black with #EF129D

Text Example


Text Example

White with #EF129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF129D; }

 p { color: rgb(239,18,157); }

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

background-color css

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

 a { background-color: rgb(239,18,157); }

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

border-color css

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

 span { border-color: rgb(239,18,157); }

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