Html Css Color HEX #EF2185 Deep Pink

📋 copy color: '#EF2185'

red 239 ◦ green 33 ◦ blue 133

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

Shades of Deep Pink #EF2185

Tints of Deep Pink #EF2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.15%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 59.01%
G = 8.15%
B = 32.84%

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

#EF2185 (or 0xEF2185) is known color: Deep Pink. HEX triplet: EF, 21 and 85. RGB value is (239,33,133). Sum of RGB (Red+Green+Blue) = 239+33+133=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2185 is #10DE7A. Grayscale: #696969. Windows color (decimal): -1105531 or 8724975. OLE color: 8724975.

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

Color convert

RGB 239 33 133 -
CMYK 0 0.86 0.44 0.06
HSL 330.87º 0.87% 0.53% -
HSV(B) 330.87º 0.86% 0.94% -
XYZ 40.37 21.13 24.14 -
YUV 105.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 239 33 133 0 0.86 0.44 0.06 330.87 0.87 0.53
Hex EF 21 85 0 56 2C 6 14B 57 35
Octal 357 41 205 0 126 54 6 513 127 65
Binary 11101111 100001 10000101 0 1010110 101100 110 101001011 1010111 110101

Color Harmonies of #EF2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2185

Black with #EF2185

Text Example


Text Example

White with #EF2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2185; }

 p { color: rgb(239,33,133); }

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

background-color css

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

 a { background-color: rgb(239,33,133); }

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

border-color css

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

 span { border-color: rgb(239,33,133); }

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