Html Css Color HEX #E75591 Dark Pink

📋 copy color: '#E75591'

red 231 ◦ green 85 ◦ blue 145

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

Shades of Dark Pink #E75591

Tints of Dark Pink #E75591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 50.11%
G = 18.44%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E75591 (or 0xE75591) is known color: Dark Pink. HEX triplet: E7, 55 and 91. RGB value is (231,85,145). Sum of RGB (Red+Green+Blue) = 231+85+145=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75591 is #18AA6E. Grayscale: #878787. Windows color (decimal): -1616495 or 9524711. OLE color: 9524711.

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

Color convert

RGB 231 85 145 -
CMYK 0 0.63 0.37 0.09
HSL 335.34º 0.75% 0.62% -
HSV(B) 335.34º 0.63% 0.91% -
XYZ 41.31 25.53 29.54 -
YUV 135.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 231 85 145 0 0.63 0.37 0.09 335.34 0.75 0.62
Hex E7 55 91 0 3F 25 9 14F 4B 3E
Octal 347 125 221 0 77 45 11 517 113 76
Binary 11100111 1010101 10010001 0 111111 100101 1001 101001111 1001011 111110

Color Harmonies of #E75591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75591

Black with #E75591

Text Example


Text Example

White with #E75591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75591; }

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

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

background-color css

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

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

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

border-color css

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

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

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