Html Css Color HEX #E7557D Dark Pink

📋 copy color: '#E7557D'

red 231 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #E7557D

Tints of Dark Pink #E7557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.27%

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 52.38%
G = 19.27%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7557D (or 0xE7557D) is known color: Dark Pink. HEX triplet: E7, 55 and 7D. RGB value is (231,85,125). Sum of RGB (Red+Green+Blue) = 231+85+125=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7557D is #18AA82. Grayscale: #858585. Windows color (decimal): -1616515 or 8213991. OLE color: 8213991.

HSL color Cylindrical-coordinate representation of color #E7557D: hue angle of 343.56º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7557D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 85 125 -
CMYK 0 0.63 0.46 0.09
HSL 343.56º 0.75% 0.62% -
HSV(B) 343.56º 0.63% 0.91% -
XYZ 39.91 24.97 22.12 -
YUV 133.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 231 85 125 0 0.63 0.46 0.09 343.56 0.75 0.62
Hex E7 55 7D 0 3F 2E 9 158 4B 3E
Octal 347 125 175 0 77 56 11 530 113 76
Binary 11100111 1010101 1111101 0 111111 101110 1001 101011000 1001011 111110

Color Harmonies of #E7557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7557D

Black with #E7557D

Text Example


Text Example

White with #E7557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7557D; }

 p { color: rgb(231,85,125); }

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

background-color css

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

 a { background-color: rgb(231,85,125); }

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

border-color css

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

 span { border-color: rgb(231,85,125); }

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