Html Css Color HEX #EF2288 Deep Pink

📋 copy color: '#EF2288'

red 239 ◦ green 34 ◦ blue 136

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

Shades of Deep Pink #EF2288

Tints of Deep Pink #EF2288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.31%

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 58.44%
G = 8.31%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF2288 (or 0xEF2288) is known color: Deep Pink. HEX triplet: EF, 22 and 88. RGB value is (239,34,136). Sum of RGB (Red+Green+Blue) = 239+34+136=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2288 is #10DD77. Grayscale: #6A6A6A. Windows color (decimal): -1105272 or 8921839. OLE color: 8921839.

HSL color Cylindrical-coordinate representation of color #EF2288: hue angle of 330.15º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2288 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 34 136 -
CMYK 0 0.86 0.43 0.06
HSL 330.15º 0.86% 0.54% -
HSV(B) 330.15º 0.86% 0.94% -
XYZ 40.61 21.27 25.26 -
YUV 106.92 144.42 222.21 -
System Red Green Blue C M Y K H S L
Decimal 239 34 136 0 0.86 0.43 0.06 330.15 0.86 0.54
Hex EF 22 88 0 56 2B 6 14A 56 36
Octal 357 42 210 0 126 53 6 512 126 66
Binary 11101111 100010 10001000 0 1010110 101011 110 101001010 1010110 110110

Color Harmonies of #EF2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2288

Black with #EF2288

Text Example


Text Example

White with #EF2288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2288; }

 p { color: rgb(239,34,136); }

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

background-color css

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

 a { background-color: rgb(239,34,136); }

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

border-color css

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

 span { border-color: rgb(239,34,136); }

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