Html Css Color HEX #E9527A Dark Pink

📋 copy color: '#E9527A'

red 233 ◦ green 82 ◦ blue 122

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

Shades of Dark Pink #E9527A

Tints of Dark Pink #E9527A

RGB

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

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

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

R = 53.32%
G = 18.76%
B = 27.92%

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

#E9527A (or 0xE9527A) is known color: Dark Pink. HEX triplet: E9, 52 and 7A. RGB value is (233,82,122). Sum of RGB (Red+Green+Blue) = 233+82+122=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E9527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9527A is #16AD85. Grayscale: #838383. Windows color (decimal): -1486214 or 8016617. OLE color: 8016617.

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

Color convert

RGB 233 82 122 -
CMYK 0 0.65 0.48 0.09
HSL 344.11º 0.77% 0.62% -
HSV(B) 344.11º 0.65% 0.91% -
XYZ 40.13 24.76 21.08 -
YUV 131.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 233 82 122 0 0.65 0.48 0.09 344.11 0.77 0.62
Hex E9 52 7A 0 41 30 9 158 4D 3E
Octal 351 122 172 0 101 60 11 530 115 76
Binary 11101001 1010010 1111010 0 1000001 110000 1001 101011000 1001101 111110

Color Harmonies of #E9527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9527A

Black with #E9527A

Text Example


Text Example

White with #E9527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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