Html Css Color HEX #E9517A Dark Pink

📋 copy color: '#E9517A'

red 233 ◦ green 81 ◦ blue 122

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

Shades of Dark Pink #E9517A

Tints of Dark Pink #E9517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 53.44%
G = 18.58%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9517A (or 0xE9517A) is known color: Dark Pink. HEX triplet: E9, 51 and 7A. RGB value is (233,81,122). Sum of RGB (Red+Green+Blue) = 233+81+122=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9517A is #16AE85. Grayscale: #838383. Windows color (decimal): -1486470 or 8016361. OLE color: 8016361.

HSL color Cylindrical-coordinate representation of color #E9517A: hue angle of 343.82º 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 #E9517A is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 81 122 -
CMYK 0 0.65 0.48 0.09
HSL 343.82º 0.78% 0.62% -
HSV(B) 343.82º 0.65% 0.91% -
XYZ 40.06 24.61 21.05 -
YUV 131.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 233 81 122 0 0.65 0.48 0.09 343.82 0.78 0.62
Hex E9 51 7A 0 41 30 9 158 4E 3E
Octal 351 121 172 0 101 60 11 530 116 76
Binary 11101001 1010001 1111010 0 1000001 110000 1001 101011000 1001110 111110

Color Harmonies of #E9517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9517A

Black with #E9517A

Text Example


Text Example

White with #E9517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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