Html Css Color HEX #E75389 Dark Pink

📋 copy color: '#E75389'

red 231 ◦ green 83 ◦ blue 137

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

Shades of Dark Pink #E75389

Tints of Dark Pink #E75389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.4%

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

R = 51.22%
G = 18.4%
B = 30.38%

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

#E75389 (or 0xE75389) is known color: Dark Pink. HEX triplet: E7, 53 and 89. RGB value is (231,83,137). Sum of RGB (Red+Green+Blue) = 231+83+137=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E75389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75389 is #18AC76. Grayscale: #858585. Windows color (decimal): -1617015 or 8999911. OLE color: 8999911.

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

Color convert

RGB 231 83 137 -
CMYK 0 0.64 0.41 0.09
HSL 338.11º 0.76% 0.62% -
HSV(B) 338.11º 0.64% 0.91% -
XYZ 40.56 24.98 26.35 -
YUV 133.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 231 83 137 0 0.64 0.41 0.09 338.11 0.76 0.62
Hex E7 53 89 0 40 29 9 152 4C 3E
Octal 347 123 211 0 100 51 11 522 114 76
Binary 11100111 1010011 10001001 0 1000000 101001 1001 101010010 1001100 111110

Color Harmonies of #E75389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75389

Black with #E75389

Text Example


Text Example

White with #E75389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75389; }

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

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

background-color css

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

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

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

border-color css

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

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

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