Html Css Color HEX #E75891 Dark Pink

📋 copy color: '#E75891'

red 231 ◦ green 88 ◦ blue 145

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

Shades of Dark Pink #E75891

Tints of Dark Pink #E75891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.97%

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

R = 49.78%
G = 18.97%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E75891 (or 0xE75891) is known color: Dark Pink. HEX triplet: E7, 58 and 91. RGB value is (231,88,145). Sum of RGB (Red+Green+Blue) = 231+88+145=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75891 is #18A76E. Grayscale: #898989. Windows color (decimal): -1615727 or 9525479. OLE color: 9525479.

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

Color convert

RGB 231 88 145 -
CMYK 0 0.62 0.37 0.09
HSL 336.08º 0.75% 0.63% -
HSV(B) 336.08º 0.62% 0.91% -
XYZ 41.56 26.01 29.62 -
YUV 137.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 231 88 145 0 0.62 0.37 0.09 336.08 0.75 0.63
Hex E7 58 91 0 3E 25 9 150 4B 3F
Octal 347 130 221 0 76 45 11 520 113 77
Binary 11100111 1011000 10010001 0 111110 100101 1001 101010000 1001011 111111

Color Harmonies of #E75891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75891

Black with #E75891

Text Example


Text Example

White with #E75891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75891; }

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

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

background-color css

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

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

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

border-color css

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

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

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