Html Css Color HEX #E75574 Dark Pink

📋 copy color: '#E75574'

red 231 ◦ green 85 ◦ blue 116

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

Shades of Dark Pink #E75574

Tints of Dark Pink #E75574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 53.47%
G = 19.68%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E75574 (or 0xE75574) is known color: Dark Pink. HEX triplet: E7, 55 and 74. RGB value is (231,85,116). Sum of RGB (Red+Green+Blue) = 231+85+116=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E75574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75574 is #18AA8B. Grayscale: #848484. Windows color (decimal): -1616524 or 7624167. OLE color: 7624167.

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

Color convert

RGB 231 85 116 -
CMYK 0 0.63 0.50 0.09
HSL 347.26º 0.75% 0.62% -
HSV(B) 347.26º 0.63% 0.91% -
XYZ 39.36 24.75 19.23 -
YUV 132.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 231 85 116 0 0.63 0.50 0.09 347.26 0.75 0.62
Hex E7 55 74 0 3F 32 9 15B 4B 3E
Octal 347 125 164 0 77 62 11 533 113 76
Binary 11100111 1010101 1110100 0 111111 110010 1001 101011011 1001011 111110

Color Harmonies of #E75574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75574

Black with #E75574

Text Example


Text Example

White with #E75574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75574; }

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

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

background-color css

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

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

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

border-color css

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

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

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