Html Css Color HEX #E7517B Dark Pink

📋 copy color: '#E7517B'

red 231 ◦ green 81 ◦ blue 123

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

Shades of Dark Pink #E7517B

Tints of Dark Pink #E7517B

RGB

 RED value IS 231 (90.63% from 255) = 53.1%

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

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

R = 53.1%
G = 18.62%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7517B (or 0xE7517B) is known color: Dark Pink. HEX triplet: E7, 51 and 7B. RGB value is (231,81,123). Sum of RGB (Red+Green+Blue) = 231+81+123=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7517B is #18AE84. Grayscale: #828282. Windows color (decimal): -1617541 or 8081895. OLE color: 8081895.

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

Color convert

RGB 231 81 123 -
CMYK 0 0.65 0.47 0.09
HSL 343.2º 0.76% 0.61% -
HSV(B) 343.2º 0.65% 0.91% -
XYZ 39.47 24.3 21.35 -
YUV 130.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 231 81 123 0 0.65 0.47 0.09 343.2 0.76 0.61
Hex E7 51 7B 0 41 2F 9 157 4C 3D
Octal 347 121 173 0 101 57 11 527 114 75
Binary 11100111 1010001 1111011 0 1000001 101111 1001 101010111 1001100 111101

Color Harmonies of #E7517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7517B

Black with #E7517B

Text Example


Text Example

White with #E7517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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