Html Css Color HEX #E6527E Dark Pink

📋 copy color: '#E6527E'

red 230 ◦ green 82 ◦ blue 126

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

Shades of Dark Pink #E6527E

Tints of Dark Pink #E6527E

RGB

 RED value IS 230 (90.23% from 255) = 52.51%

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

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

R = 52.51%
G = 18.72%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6527E (or 0xE6527E) is known color: Dark Pink. HEX triplet: E6, 52 and 7E. RGB value is (230,82,126). Sum of RGB (Red+Green+Blue) = 230+82+126=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6527E is #19AD81. Grayscale: #838383. Windows color (decimal): -1682818 or 8278758. OLE color: 8278758.

HSL color Cylindrical-coordinate representation of color #E6527E: hue angle of 342.16º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6527E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 126 -
CMYK 0 0.64 0.45 0.10
HSL 342.16º 0.75% 0.61% -
HSV(B) 342.16º 0.64% 0.9% -
XYZ 39.42 24.36 22.36 -
YUV 131.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 230 82 126 0 0.64 0.45 0.10 342.16 0.75 0.61
Hex E6 52 7E 0 40 2D A 156 4B 3D
Octal 346 122 176 0 100 55 12 526 113 75
Binary 11100110 1010010 1111110 0 1000000 101101 1010 101010110 1001011 111101

Color Harmonies of #E6527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6527E

Black with #E6527E

Text Example


Text Example

White with #E6527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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