Html Css Color HEX #E75890 Dark Pink

📋 copy color: '#E75890'

red 231 ◦ green 88 ◦ blue 144

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

Shades of Dark Pink #E75890

Tints of Dark Pink #E75890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 49.89%
G = 19.01%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E75890 (or 0xE75890) is known color: Dark Pink. HEX triplet: E7, 58 and 90. RGB value is (231,88,144). Sum of RGB (Red+Green+Blue) = 231+88+144=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E75890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75890 is #18A76F. Grayscale: #898989. Windows color (decimal): -1615728 or 9459943. OLE color: 9459943.

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

Color convert

RGB 231 88 144 -
CMYK 0 0.62 0.38 0.09
HSL 336.5º 0.75% 0.63% -
HSV(B) 336.5º 0.62% 0.91% -
XYZ 41.48 25.98 29.21 -
YUV 137.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 231 88 144 0 0.62 0.38 0.09 336.5 0.75 0.63
Hex E7 58 90 0 3E 26 9 151 4B 3F
Octal 347 130 220 0 76 46 11 521 113 77
Binary 11100111 1011000 10010000 0 111110 100110 1001 101010001 1001011 111111

Color Harmonies of #E75890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75890

Black with #E75890

Text Example


Text Example

White with #E75890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75890; }

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

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

background-color css

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

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

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

border-color css

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

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

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