Html Css Color HEX #EF2082 Deep Pink

📋 copy color: '#EF2082'

red 239 ◦ green 32 ◦ blue 130

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

Shades of Deep Pink #EF2082

Tints of Deep Pink #EF2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 59.6%
G = 7.98%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF2082 (or 0xEF2082) is known color: Deep Pink. HEX triplet: EF, 20 and 82. RGB value is (239,32,130). Sum of RGB (Red+Green+Blue) = 239+32+130=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2082 is #10DF7D. Grayscale: #686868. Windows color (decimal): -1105790 or 8528111. OLE color: 8528111.

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

Color convert

RGB 239 32 130 -
CMYK 0 0.87 0.46 0.06
HSL 331.59º 0.87% 0.53% -
HSV(B) 331.59º 0.87% 0.94% -
XYZ 40.14 21 23.06 -
YUV 105.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 239 32 130 0 0.87 0.46 0.06 331.59 0.87 0.53
Hex EF 20 82 0 57 2E 6 14C 57 35
Octal 357 40 202 0 127 56 6 514 127 65
Binary 11101111 100000 10000010 0 1010111 101110 110 101001100 1010111 110101

Color Harmonies of #EF2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2082

Black with #EF2082

Text Example


Text Example

White with #EF2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2082; }

 p { color: rgb(239,32,130); }

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

background-color css

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

 a { background-color: rgb(239,32,130); }

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

border-color css

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

 span { border-color: rgb(239,32,130); }

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