Html Css Color HEX #EF5281 Dark Pink

📋 copy color: '#EF5281'

red 239 ◦ green 82 ◦ blue 129

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

Shades of Dark Pink #EF5281

Tints of Dark Pink #EF5281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.22%

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

R = 53.11%
G = 18.22%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF5281 (or 0xEF5281) is known color: Dark Pink. HEX triplet: EF, 52 and 81. RGB value is (239,82,129). Sum of RGB (Red+Green+Blue) = 239+82+129=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5281 is #10AD7E. Grayscale: #868686. Windows color (decimal): -1092991 or 8475375. OLE color: 8475375.

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

Color convert

RGB 239 82 129 -
CMYK 0 0.66 0.46 0.06
HSL 342.04º 0.83% 0.63% -
HSV(B) 342.04º 0.66% 0.94% -
XYZ 42.58 25.97 23.54 -
YUV 134.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 239 82 129 0 0.66 0.46 0.06 342.04 0.83 0.63
Hex EF 52 81 0 42 2E 6 156 53 3F
Octal 357 122 201 0 102 56 6 526 123 77
Binary 11101111 1010010 10000001 0 1000010 101110 110 101010110 1010011 111111

Color Harmonies of #EF5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5281

Black with #EF5281

Text Example


Text Example

White with #EF5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5281; }

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

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

background-color css

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

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

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

border-color css

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

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

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