Html Css Color HEX #E6517B Dark Pink

📋 copy color: '#E6517B'

red 230 ◦ green 81 ◦ blue 123

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

Shades of Dark Pink #E6517B

Tints of Dark Pink #E6517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.66%

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

R = 53%
G = 18.66%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6517B (or 0xE6517B) is known color: Dark Pink. HEX triplet: E6, 51 and 7B. RGB value is (230,81,123). Sum of RGB (Red+Green+Blue) = 230+81+123=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6517B is #19AE84. Grayscale: #828282. Windows color (decimal): -1683077 or 8081894. OLE color: 8081894.

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

Color convert

RGB 230 81 123 -
CMYK 0 0.65 0.47 0.10
HSL 343.09º 0.75% 0.61% -
HSV(B) 343.09º 0.65% 0.9% -
XYZ 39.15 24.14 21.33 -
YUV 130.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 230 81 123 0 0.65 0.47 0.10 343.09 0.75 0.61
Hex E6 51 7B 0 41 2F A 157 4B 3D
Octal 346 121 173 0 101 57 12 527 113 75
Binary 11100110 1010001 1111011 0 1000001 101111 1010 101010111 1001011 111101

Color Harmonies of #E6517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6517B

Black with #E6517B

Text Example


Text Example

White with #E6517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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