Html Css Color HEX #E75689 Dark Pink

📋 copy color: '#E75689'

red 231 ◦ green 86 ◦ blue 137

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

Shades of Dark Pink #E75689

Tints of Dark Pink #E75689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.94%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 50.88%
G = 18.94%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E75689 (or 0xE75689) is known color: Dark Pink. HEX triplet: E7, 56 and 89. RGB value is (231,86,137). Sum of RGB (Red+Green+Blue) = 231+86+137=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E75689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75689 is #18A976. Grayscale: #878787. Windows color (decimal): -1616247 or 9000679. OLE color: 9000679.

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

Color convert

RGB 231 86 137 -
CMYK 0 0.63 0.41 0.09
HSL 338.9º 0.75% 0.62% -
HSV(B) 338.9º 0.63% 0.91% -
XYZ 40.8 25.45 26.43 -
YUV 135.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 231 86 137 0 0.63 0.41 0.09 338.9 0.75 0.62
Hex E7 56 89 0 3F 29 9 153 4B 3E
Octal 347 126 211 0 77 51 11 523 113 76
Binary 11100111 1010110 10001001 0 111111 101001 1001 101010011 1001011 111110

Color Harmonies of #E75689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75689

Black with #E75689

Text Example


Text Example

White with #E75689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75689; }

 p { color: rgb(231,86,137); }

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

background-color css

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

 a { background-color: rgb(231,86,137); }

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

border-color css

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

 span { border-color: rgb(231,86,137); }

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