Html Css Color HEX #E75387 Dark Pink

📋 copy color: '#E75387'

red 231 ◦ green 83 ◦ blue 135

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

Shades of Dark Pink #E75387

Tints of Dark Pink #E75387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 51.45%
G = 18.49%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E75387 (or 0xE75387) is known color: Dark Pink. HEX triplet: E7, 53 and 87. RGB value is (231,83,135). Sum of RGB (Red+Green+Blue) = 231+83+135=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E75387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75387 is #18AC78. Grayscale: #858585. Windows color (decimal): -1617017 or 8868839. OLE color: 8868839.

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

Color convert

RGB 231 83 135 -
CMYK 0 0.64 0.42 0.09
HSL 338.92º 0.76% 0.62% -
HSV(B) 338.92º 0.64% 0.91% -
XYZ 40.42 24.92 25.6 -
YUV 133.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 231 83 135 0 0.64 0.42 0.09 338.92 0.76 0.62
Hex E7 53 87 0 40 2A 9 153 4C 3E
Octal 347 123 207 0 100 52 11 523 114 76
Binary 11100111 1010011 10000111 0 1000000 101010 1001 101010011 1001100 111110

Color Harmonies of #E75387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75387

Black with #E75387

Text Example


Text Example

White with #E75387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75387; }

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

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

background-color css

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

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

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

border-color css

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

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

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