Html Css Color HEX #E9507E Dark Pink

📋 copy color: '#E9507E'

red 233 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #E9507E

Tints of Dark Pink #E9507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 53.08%
G = 18.22%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9507E (or 0xE9507E) is known color: Dark Pink. HEX triplet: E9, 50 and 7E. RGB value is (233,80,126). Sum of RGB (Red+Green+Blue) = 233+80+126=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9507E is #16AF81. Grayscale: #828282. Windows color (decimal): -1486722 or 8278249. OLE color: 8278249.

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

Color convert

RGB 233 80 126 -
CMYK 0 0.66 0.46 0.09
HSL 341.96º 0.78% 0.61% -
HSV(B) 341.96º 0.66% 0.91% -
XYZ 40.24 24.57 22.36 -
YUV 130.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 233 80 126 0 0.66 0.46 0.09 341.96 0.78 0.61
Hex E9 50 7E 0 42 2E 9 156 4E 3D
Octal 351 120 176 0 102 56 11 526 116 75
Binary 11101001 1010000 1111110 0 1000010 101110 1001 101010110 1001110 111101

Color Harmonies of #E9507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9507E

Black with #E9507E

Text Example


Text Example

White with #E9507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9507E; }

 p { color: rgb(233,80,126); }

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

background-color css

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

 a { background-color: rgb(233,80,126); }

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

border-color css

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

 span { border-color: rgb(233,80,126); }

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