Html Css Color HEX #E9517F Dark Pink

📋 copy color: '#E9517F'

red 233 ◦ green 81 ◦ blue 127

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

Shades of Dark Pink #E9517F

Tints of Dark Pink #E9517F

RGB

 RED value IS 233 (91.41% from 255) = 52.83%

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

 BLUE value IS 127 (50% from 255) = 28.8%

R = 52.83%
G = 18.37%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9517F (or 0xE9517F) is known color: Dark Pink. HEX triplet: E9, 51 and 7F. RGB value is (233,81,127). Sum of RGB (Red+Green+Blue) = 233+81+127=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9517F is #16AE80. Grayscale: #838383. Windows color (decimal): -1486465 or 8344041. OLE color: 8344041.

HSL color Cylindrical-coordinate representation of color #E9517F: hue angle of 341.84º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9517F is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 81 127 -
CMYK 0 0.65 0.45 0.09
HSL 341.84º 0.78% 0.62% -
HSV(B) 341.84º 0.65% 0.91% -
XYZ 40.38 24.74 22.73 -
YUV 131.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 233 81 127 0 0.65 0.45 0.09 341.84 0.78 0.62
Hex E9 51 7F 0 41 2D 9 156 4E 3E
Octal 351 121 177 0 101 55 11 526 116 76
Binary 11101001 1010001 1111111 0 1000001 101101 1001 101010110 1001110 111110

Color Harmonies of #E9517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9517F

Black with #E9517F

Text Example


Text Example

White with #E9517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9517F; }

 p { color: rgb(233,81,127); }

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

background-color css

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

 a { background-color: rgb(233,81,127); }

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

border-color css

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

 span { border-color: rgb(233,81,127); }

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