Html Css Color HEX #EF0282 Deep Pink

📋 copy color: '#EF0282'

red 239 ◦ green 2 ◦ blue 130

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

Shades of Deep Pink #EF0282

Tints of Deep Pink #EF0282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 64.42%
G = 0.54%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF0282 (or 0xEF0282) is known color: Deep Pink. HEX triplet: EF, 02 and 82. RGB value is (239,2,130). Sum of RGB (Red+Green+Blue) = 239+2+130=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0282 is #10FD7D. Grayscale: #575757. Windows color (decimal): -1113470 or 8520431. OLE color: 8520431.

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

Color convert

RGB 239 2 130 -
CMYK 0 0.99 0.46 0.06
HSL 327.59º 0.98% 0.47% -
HSV(B) 327.59º 0.99% 0.94% -
XYZ 39.65 20.01 22.89 -
YUV 87.46 152.02 236.09 -
System Red Green Blue C M Y K H S L
Decimal 239 2 130 0 0.99 0.46 0.06 327.59 0.98 0.47
Hex EF 2 82 0 63 2E 6 148 62 2F
Octal 357 2 202 0 143 56 6 510 142 57
Binary 11101111 10 10000010 0 1100011 101110 110 101001000 1100010 101111

Color Harmonies of #EF0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0282

Black with #EF0282

Text Example


Text Example

White with #EF0282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0282; }

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

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

background-color css

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

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

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

border-color css

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

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

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