Html Css Color HEX #E7527E Dark Pink

📋 copy color: '#E7527E'

red 231 ◦ green 82 ◦ blue 126

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

Shades of Dark Pink #E7527E

Tints of Dark Pink #E7527E

RGB

 RED value IS 231 (90.63% from 255) = 52.62%

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

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 52.62%
G = 18.68%
B = 28.7%

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

#E7527E (or 0xE7527E) is known color: Dark Pink. HEX triplet: E7, 52 and 7E. RGB value is (231,82,126). Sum of RGB (Red+Green+Blue) = 231+82+126=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7527E is #18AD81. Grayscale: #838383. Windows color (decimal): -1617282 or 8278759. OLE color: 8278759.

HSL color Cylindrical-coordinate representation of color #E7527E: hue angle of 342.28º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7527E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 126 -
CMYK 0 0.65 0.45 0.09
HSL 342.28º 0.76% 0.61% -
HSV(B) 342.28º 0.65% 0.91% -
XYZ 39.74 24.53 22.38 -
YUV 131.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 231 82 126 0 0.65 0.45 0.09 342.28 0.76 0.61
Hex E7 52 7E 0 41 2D 9 156 4C 3D
Octal 347 122 176 0 101 55 11 526 114 75
Binary 11100111 1010010 1111110 0 1000001 101101 1001 101010110 1001100 111101

Color Harmonies of #E7527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7527E

Black with #E7527E

Text Example


Text Example

White with #E7527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7527E; }

 p { color: rgb(231,82,126); }

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

background-color css

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

 a { background-color: rgb(231,82,126); }

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

border-color css

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

 span { border-color: rgb(231,82,126); }

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