Html Css Color HEX #E9527F Dark Pink

📋 copy color: '#E9527F'

red 233 ◦ green 82 ◦ blue 127

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

Shades of Dark Pink #E9527F

Tints of Dark Pink #E9527F

RGB

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

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

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

R = 52.71%
G = 18.55%
B = 28.73%

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

#E9527F (or 0xE9527F) is known color: Dark Pink. HEX triplet: E9, 52 and 7F. RGB value is (233,82,127). Sum of RGB (Red+Green+Blue) = 233+82+127=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9527F is #16AD80. Grayscale: #848484. Windows color (decimal): -1486209 or 8344297. OLE color: 8344297.

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

Color convert

RGB 233 82 127 -
CMYK 0 0.65 0.45 0.09
HSL 342.12º 0.77% 0.62% -
HSV(B) 342.12º 0.65% 0.91% -
XYZ 40.45 24.89 22.75 -
YUV 132.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 233 82 127 0 0.65 0.45 0.09 342.12 0.77 0.62
Hex E9 52 7F 0 41 2D 9 156 4D 3E
Octal 351 122 177 0 101 55 11 526 115 76
Binary 11101001 1010010 1111111 0 1000001 101101 1001 101010110 1001101 111110

Color Harmonies of #E9527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9527F

Black with #E9527F

Text Example


Text Example

White with #E9527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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