Html Css Color HEX #E6527A Dark Pink

📋 copy color: '#E6527A'

red 230 ◦ green 82 ◦ blue 122

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

Shades of Dark Pink #E6527A

Tints of Dark Pink #E6527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 53%
G = 18.89%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6527A (or 0xE6527A) is known color: Dark Pink. HEX triplet: E6, 52 and 7A. RGB value is (230,82,122). Sum of RGB (Red+Green+Blue) = 230+82+122=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6527A is #19AD85. Grayscale: #828282. Windows color (decimal): -1682822 or 8016614. OLE color: 8016614.

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

Color convert

RGB 230 82 122 -
CMYK 0 0.64 0.47 0.10
HSL 343.78º 0.75% 0.61% -
HSV(B) 343.78º 0.64% 0.9% -
XYZ 39.16 24.26 21.03 -
YUV 130.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 230 82 122 0 0.64 0.47 0.10 343.78 0.75 0.61
Hex E6 52 7A 0 40 2F A 158 4B 3D
Octal 346 122 172 0 100 57 12 530 113 75
Binary 11100110 1010010 1111010 0 1000000 101111 1010 101011000 1001011 111101

Color Harmonies of #E6527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6527A

Black with #E6527A

Text Example


Text Example

White with #E6527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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