Html Css Color HEX #E7557A Dark Pink

📋 copy color: '#E7557A'

red 231 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #E7557A

Tints of Dark Pink #E7557A

RGB

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

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

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

R = 52.74%
G = 19.41%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7557A (or 0xE7557A) is known color: Dark Pink. HEX triplet: E7, 55 and 7A. RGB value is (231,85,122). Sum of RGB (Red+Green+Blue) = 231+85+122=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7557A is #18AA85. Grayscale: #848484. Windows color (decimal): -1616518 or 8017383. OLE color: 8017383.

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

Color convert

RGB 231 85 122 -
CMYK 0 0.63 0.47 0.09
HSL 344.79º 0.75% 0.62% -
HSV(B) 344.79º 0.63% 0.91% -
XYZ 39.72 24.89 21.12 -
YUV 132.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 231 85 122 0 0.63 0.47 0.09 344.79 0.75 0.62
Hex E7 55 7A 0 3F 2F 9 159 4B 3E
Octal 347 125 172 0 77 57 11 531 113 76
Binary 11100111 1010101 1111010 0 111111 101111 1001 101011001 1001011 111110

Color Harmonies of #E7557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7557A

Black with #E7557A

Text Example


Text Example

White with #E7557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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