Html Css Color HEX #E6527B Dark Pink

📋 copy color: '#E6527B'

red 230 ◦ green 82 ◦ blue 123

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

Shades of Dark Pink #E6527B

Tints of Dark Pink #E6527B

RGB

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

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

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

R = 52.87%
G = 18.85%
B = 28.28%

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

#E6527B (or 0xE6527B) is known color: Dark Pink. HEX triplet: E6, 52 and 7B. RGB value is (230,82,123). Sum of RGB (Red+Green+Blue) = 230+82+123=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6527B is #19AD84. Grayscale: #828282. Windows color (decimal): -1682821 or 8082150. OLE color: 8082150.

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

Color convert

RGB 230 82 123 -
CMYK 0 0.64 0.47 0.10
HSL 343.38º 0.75% 0.61% -
HSV(B) 343.38º 0.64% 0.9% -
XYZ 39.23 24.29 21.36 -
YUV 130.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 230 82 123 0 0.64 0.47 0.10 343.38 0.75 0.61
Hex E6 52 7B 0 40 2F A 157 4B 3D
Octal 346 122 173 0 100 57 12 527 113 75
Binary 11100110 1010010 1111011 0 1000000 101111 1010 101010111 1001011 111101

Color Harmonies of #E6527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6527B

Black with #E6527B

Text Example


Text Example

White with #E6527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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