Html Css Color HEX #EF5183 Dark Pink

📋 copy color: '#EF5183'

red 239 ◦ green 81 ◦ blue 131

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

Shades of Dark Pink #EF5183

Tints of Dark Pink #EF5183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 52.99%
G = 17.96%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF5183 (or 0xEF5183) is known color: Dark Pink. HEX triplet: EF, 51 and 83. RGB value is (239,81,131). Sum of RGB (Red+Green+Blue) = 239+81+131=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5183 is #10AE7C. Grayscale: #858585. Windows color (decimal): -1093245 or 8606191. OLE color: 8606191.

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

Color convert

RGB 239 81 131 -
CMYK 0 0.66 0.45 0.06
HSL 341.01º 0.83% 0.63% -
HSV(B) 341.01º 0.66% 0.94% -
XYZ 42.64 25.87 24.22 -
YUV 133.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 239 81 131 0 0.66 0.45 0.06 341.01 0.83 0.63
Hex EF 51 83 0 42 2D 6 155 53 3F
Octal 357 121 203 0 102 55 6 525 123 77
Binary 11101111 1010001 10000011 0 1000010 101101 110 101010101 1010011 111111

Color Harmonies of #EF5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5183

Black with #EF5183

Text Example


Text Example

White with #EF5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5183; }

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

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

background-color css

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

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

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

border-color css

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

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

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