Html Css Color HEX #EF5182 Dark Pink

📋 copy color: '#EF5182'

red 239 ◦ green 81 ◦ blue 130

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

Shades of Dark Pink #EF5182

Tints of Dark Pink #EF5182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18%

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

R = 53.11%
G = 18%
B = 28.89%

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

#EF5182 (or 0xEF5182) is known color: Dark Pink. HEX triplet: EF, 51 and 82. RGB value is (239,81,130). Sum of RGB (Red+Green+Blue) = 239+81+130=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5182 is #10AE7D. Grayscale: #858585. Windows color (decimal): -1093246 or 8540655. OLE color: 8540655.

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

Color convert

RGB 239 81 130 -
CMYK 0 0.66 0.46 0.06
HSL 341.39º 0.83% 0.63% -
HSV(B) 341.39º 0.66% 0.94% -
XYZ 42.57 25.85 23.86 -
YUV 133.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 239 81 130 0 0.66 0.46 0.06 341.39 0.83 0.63
Hex EF 51 82 0 42 2E 6 155 53 3F
Octal 357 121 202 0 102 56 6 525 123 77
Binary 11101111 1010001 10000010 0 1000010 101110 110 101010101 1010011 111111

Color Harmonies of #EF5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5182

Black with #EF5182

Text Example


Text Example

White with #EF5182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5182; }

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

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

background-color css

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

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

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

border-color css

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

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

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