Html Css Color HEX #E8527B Dark Pink

📋 copy color: '#E8527B'

red 232 ◦ green 82 ◦ blue 123

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

Shades of Dark Pink #E8527B

Tints of Dark Pink #E8527B

RGB

 RED value IS 232 (91.02% from 255) = 53.09%

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 53.09%
G = 18.76%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8527B (or 0xE8527B) is known color: Dark Pink. HEX triplet: E8, 52 and 7B. RGB value is (232,82,123). Sum of RGB (Red+Green+Blue) = 232+82+123=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8527B is #17AD84. Grayscale: #838383. Windows color (decimal): -1551749 or 8082152. OLE color: 8082152.

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

Color convert

RGB 232 82 123 -
CMYK 0 0.65 0.47 0.09
HSL 343.6º 0.77% 0.62% -
HSV(B) 343.6º 0.65% 0.91% -
XYZ 39.87 24.62 21.39 -
YUV 131.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 232 82 123 0 0.65 0.47 0.09 343.6 0.77 0.62
Hex E8 52 7B 0 41 2F 9 158 4D 3E
Octal 350 122 173 0 101 57 11 530 115 76
Binary 11101000 1010010 1111011 0 1000001 101111 1001 101011000 1001101 111110

Color Harmonies of #E8527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8527B

Black with #E8527B

Text Example


Text Example

White with #E8527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8527B; }

 p { color: rgb(232,82,123); }

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

background-color css

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

 a { background-color: rgb(232,82,123); }

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

border-color css

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

 span { border-color: rgb(232,82,123); }

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