Html Css Color HEX #E9527D Dark Pink

📋 copy color: '#E9527D'

red 233 ◦ green 82 ◦ blue 125

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

Shades of Dark Pink #E9527D

Tints of Dark Pink #E9527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.64%

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 52.95%
G = 18.64%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9527D (or 0xE9527D) is known color: Dark Pink. HEX triplet: E9, 52 and 7D. RGB value is (233,82,125). Sum of RGB (Red+Green+Blue) = 233+82+125=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9527D is #16AD82. Grayscale: #848484. Windows color (decimal): -1486211 or 8213225. OLE color: 8213225.

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

Color convert

RGB 233 82 125 -
CMYK 0 0.65 0.46 0.09
HSL 342.91º 0.77% 0.62% -
HSV(B) 342.91º 0.65% 0.91% -
XYZ 40.32 24.84 22.07 -
YUV 132.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 233 82 125 0 0.65 0.46 0.09 342.91 0.77 0.62
Hex E9 52 7D 0 41 2E 9 157 4D 3E
Octal 351 122 175 0 101 56 11 527 115 76
Binary 11101001 1010010 1111101 0 1000001 101110 1001 101010111 1001101 111110

Color Harmonies of #E9527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9527D

Black with #E9527D

Text Example


Text Example

White with #E9527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9527D; }

 p { color: rgb(233,82,125); }

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

background-color css

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

 a { background-color: rgb(233,82,125); }

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

border-color css

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

 span { border-color: rgb(233,82,125); }

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