Html Css Color HEX #E9528C Dark Pink

📋 copy color: '#E9528C'

red 233 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #E9528C

Tints of Dark Pink #E9528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.77%

R = 51.21%
G = 18.02%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9528C (or 0xE9528C) is known color: Dark Pink. HEX triplet: E9, 52 and 8C. RGB value is (233,82,140). Sum of RGB (Red+Green+Blue) = 233+82+140=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9528C is #16AD73. Grayscale: #858585. Windows color (decimal): -1486196 or 9196265. OLE color: 9196265.

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

Color convert

RGB 233 82 140 -
CMYK 0 0.65 0.40 0.09
HSL 336.95º 0.77% 0.62% -
HSV(B) 336.95º 0.65% 0.91% -
XYZ 41.36 25.25 27.51 -
YUV 133.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 233 82 140 0 0.65 0.40 0.09 336.95 0.77 0.62
Hex E9 52 8C 0 41 28 9 151 4D 3E
Octal 351 122 214 0 101 50 11 521 115 76
Binary 11101001 1010010 10001100 0 1000001 101000 1001 101010001 1001101 111110

Color Harmonies of #E9528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9528C

Black with #E9528C

Text Example


Text Example

White with #E9528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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