Html Css Color HEX #E75489 Dark Pink

📋 copy color: '#E75489'

red 231 ◦ green 84 ◦ blue 137

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

Shades of Dark Pink #E75489

Tints of Dark Pink #E75489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.58%

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

R = 51.11%
G = 18.58%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E75489 (or 0xE75489) is known color: Dark Pink. HEX triplet: E7, 54 and 89. RGB value is (231,84,137). Sum of RGB (Red+Green+Blue) = 231+84+137=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E75489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75489 is #18AB76. Grayscale: #858585. Windows color (decimal): -1616759 or 9000167. OLE color: 9000167.

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

Color convert

RGB 231 84 137 -
CMYK 0 0.64 0.41 0.09
HSL 338.37º 0.75% 0.62% -
HSV(B) 338.37º 0.64% 0.91% -
XYZ 40.64 25.14 26.38 -
YUV 134 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 231 84 137 0 0.64 0.41 0.09 338.37 0.75 0.62
Hex E7 54 89 0 40 29 9 152 4B 3E
Octal 347 124 211 0 100 51 11 522 113 76
Binary 11100111 1010100 10001001 0 1000000 101001 1001 101010010 1001011 111110

Color Harmonies of #E75489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75489

Black with #E75489

Text Example


Text Example

White with #E75489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75489; }

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

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

background-color css

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

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

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

border-color css

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

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

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