Html Css Color HEX #EF2287 Deep Pink

📋 copy color: '#EF2287'

red 239 ◦ green 34 ◦ blue 135

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

Shades of Deep Pink #EF2287

Tints of Deep Pink #EF2287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 58.58%
G = 8.33%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF2287 (or 0xEF2287) is known color: Deep Pink. HEX triplet: EF, 22 and 87. RGB value is (239,34,135). Sum of RGB (Red+Green+Blue) = 239+34+135=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2287 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2287 is #10DD78. Grayscale: #6A6A6A. Windows color (decimal): -1105273 or 8856303. OLE color: 8856303.

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

Color convert

RGB 239 34 135 -
CMYK 0 0.86 0.44 0.06
HSL 330.44º 0.86% 0.54% -
HSV(B) 330.44º 0.86% 0.94% -
XYZ 40.54 21.24 24.89 -
YUV 106.81 143.92 222.29 -
System Red Green Blue C M Y K H S L
Decimal 239 34 135 0 0.86 0.44 0.06 330.44 0.86 0.54
Hex EF 22 87 0 56 2C 6 14A 56 36
Octal 357 42 207 0 126 54 6 512 126 66
Binary 11101111 100010 10000111 0 1010110 101100 110 101001010 1010110 110110

Color Harmonies of #EF2287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2287

Black with #EF2287

Text Example


Text Example

White with #EF2287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2287; }

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

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

background-color css

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

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

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

border-color css

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

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

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