Html Css Color HEX #EF0281 Deep Pink

📋 copy color: '#EF0281'

red 239 ◦ green 2 ◦ blue 129

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

Shades of Deep Pink #EF0281

Tints of Deep Pink #EF0281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 64.59%
G = 0.54%
B = 34.86%

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

#EF0281 (or 0xEF0281) is known color: Deep Pink. HEX triplet: EF, 02 and 81. RGB value is (239,2,129). Sum of RGB (Red+Green+Blue) = 239+2+129=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0281 is #10FD7E. Grayscale: #575757. Windows color (decimal): -1113471 or 8454895. OLE color: 8454895.

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

Color convert

RGB 239 2 129 -
CMYK 0 0.99 0.46 0.06
HSL 327.85º 0.98% 0.47% -
HSV(B) 327.85º 0.99% 0.94% -
XYZ 39.58 19.98 22.54 -
YUV 87.34 151.52 236.17 -
System Red Green Blue C M Y K H S L
Decimal 239 2 129 0 0.99 0.46 0.06 327.85 0.98 0.47
Hex EF 2 81 0 63 2E 6 148 62 2F
Octal 357 2 201 0 143 56 6 510 142 57
Binary 11101111 10 10000001 0 1100011 101110 110 101001000 1100010 101111

Color Harmonies of #EF0281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0281

Black with #EF0281

Text Example


Text Example

White with #EF0281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0281; }

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

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

background-color css

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

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

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

border-color css

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

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

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