Html Css Color HEX #E7558A Dark Pink

📋 copy color: '#E7558A'

red 231 ◦ green 85 ◦ blue 138

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

Shades of Dark Pink #E7558A

Tints of Dark Pink #E7558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 50.88%
G = 18.72%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7558A (or 0xE7558A) is known color: Dark Pink. HEX triplet: E7, 55 and 8A. RGB value is (231,85,138). Sum of RGB (Red+Green+Blue) = 231+85+138=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7558A is #18AA75. Grayscale: #868686. Windows color (decimal): -1616502 or 9065959. OLE color: 9065959.

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

Color convert

RGB 231 85 138 -
CMYK 0 0.63 0.40 0.09
HSL 338.22º 0.75% 0.62% -
HSV(B) 338.22º 0.63% 0.91% -
XYZ 40.79 25.32 26.78 -
YUV 134.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 231 85 138 0 0.63 0.40 0.09 338.22 0.75 0.62
Hex E7 55 8A 0 3F 28 9 152 4B 3E
Octal 347 125 212 0 77 50 11 522 113 76
Binary 11100111 1010101 10001010 0 111111 101000 1001 101010010 1001011 111110

Color Harmonies of #E7558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7558A

Black with #E7558A

Text Example


Text Example

White with #E7558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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