Html Css Color HEX #E6527C Dark Pink

📋 copy color: '#E6527C'

red 230 ◦ green 82 ◦ blue 124

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

Shades of Dark Pink #E6527C

Tints of Dark Pink #E6527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 52.75%
G = 18.81%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6527C (or 0xE6527C) is known color: Dark Pink. HEX triplet: E6, 52 and 7C. RGB value is (230,82,124). Sum of RGB (Red+Green+Blue) = 230+82+124=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6527C is #19AD83. Grayscale: #838383. Windows color (decimal): -1682820 or 8147686. OLE color: 8147686.

HSL color Cylindrical-coordinate representation of color #E6527C: hue angle of 342.97º 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 #E6527C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 124 -
CMYK 0 0.64 0.46 0.10
HSL 342.97º 0.75% 0.61% -
HSV(B) 342.97º 0.64% 0.9% -
XYZ 39.29 24.31 21.69 -
YUV 131.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 230 82 124 0 0.64 0.46 0.10 342.97 0.75 0.61
Hex E6 52 7C 0 40 2E A 157 4B 3D
Octal 346 122 174 0 100 56 12 527 113 75
Binary 11100110 1010010 1111100 0 1000000 101110 1010 101010111 1001011 111101

Color Harmonies of #E6527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6527C

Black with #E6527C

Text Example


Text Example

White with #E6527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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