Html Css Color HEX #EF1598 Deep Pink

📋 copy color: '#EF1598'

red 239 ◦ green 21 ◦ blue 152

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

Shades of Deep Pink #EF1598

Tints of Deep Pink #EF1598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.1%

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

R = 58.01%
G = 5.1%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF1598 (or 0xEF1598) is known color: Deep Pink. HEX triplet: EF, 15 and 98. RGB value is (239,21,152). Sum of RGB (Red+Green+Blue) = 239+21+152=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1598 is #10EA67. Grayscale: #646464. Windows color (decimal): -1108584 or 9967087. OLE color: 9967087.

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

Color convert

RGB 239 21 152 -
CMYK 0 0.91 0.36 0.06
HSL 323.94º 0.87% 0.51% -
HSV(B) 323.94º 0.91% 0.94% -
XYZ 41.53 21.15 31.6 -
YUV 101.12 156.72 226.35 -
System Red Green Blue C M Y K H S L
Decimal 239 21 152 0 0.91 0.36 0.06 323.94 0.87 0.51
Hex EF 15 98 0 5B 24 6 144 57 33
Octal 357 25 230 0 133 44 6 504 127 63
Binary 11101111 10101 10011000 0 1011011 100100 110 101000100 1010111 110011

Color Harmonies of #EF1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1598

Black with #EF1598

Text Example


Text Example

White with #EF1598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1598; }

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

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

background-color css

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

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

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

border-color css

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

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

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