Html Css Color HEX #EF1198 Deep Pink

📋 copy color: '#EF1198'

red 239 ◦ green 17 ◦ blue 152

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

Shades of Deep Pink #EF1198

Tints of Deep Pink #EF1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.17%

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 58.58%
G = 4.17%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF1198 (or 0xEF1198) is known color: Deep Pink. HEX triplet: EF, 11 and 98. RGB value is (239,17,152). Sum of RGB (Red+Green+Blue) = 239+17+152=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1198 is #10EE67. Grayscale: #626262. Windows color (decimal): -1109608 or 9966063. OLE color: 9966063.

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

Color convert

RGB 239 17 152 -
CMYK 0 0.93 0.36 0.06
HSL 323.51º 0.87% 0.5% -
HSV(B) 323.51º 0.93% 0.94% -
XYZ 41.46 21.02 31.58 -
YUV 98.77 158.05 228.02 -
System Red Green Blue C M Y K H S L
Decimal 239 17 152 0 0.93 0.36 0.06 323.51 0.87 0.5
Hex EF 11 98 0 5D 24 6 144 57 32
Octal 357 21 230 0 135 44 6 504 127 62
Binary 11101111 10001 10011000 0 1011101 100100 110 101000100 1010111 110010

Color Harmonies of #EF1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1198

Black with #EF1198

Text Example


Text Example

White with #EF1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1198; }

 p { color: rgb(239,17,152); }

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

background-color css

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

 a { background-color: rgb(239,17,152); }

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

border-color css

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

 span { border-color: rgb(239,17,152); }

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