Html Css Color HEX #E75087 Dark Pink

📋 copy color: '#E75087'

red 231 ◦ green 80 ◦ blue 135

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

Shades of Dark Pink #E75087

Tints of Dark Pink #E75087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

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

R = 51.79%
G = 17.94%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E75087 (or 0xE75087) is known color: Dark Pink. HEX triplet: E7, 50 and 87. RGB value is (231,80,135). Sum of RGB (Red+Green+Blue) = 231+80+135=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E75087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75087 is #18AF78. Grayscale: #838383. Windows color (decimal): -1617785 or 8868071. OLE color: 8868071.

HSL color Cylindrical-coordinate representation of color #E75087: hue angle of 338.15º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75087 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 135 -
CMYK 0 0.65 0.42 0.09
HSL 338.15º 0.76% 0.61% -
HSV(B) 338.15º 0.65% 0.91% -
XYZ 40.2 24.48 25.53 -
YUV 131.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 231 80 135 0 0.65 0.42 0.09 338.15 0.76 0.61
Hex E7 50 87 0 41 2A 9 152 4C 3D
Octal 347 120 207 0 101 52 11 522 114 75
Binary 11100111 1010000 10000111 0 1000001 101010 1001 101010010 1001100 111101

Color Harmonies of #E75087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75087

Black with #E75087

Text Example


Text Example

White with #E75087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75087; }

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

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

background-color css

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

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

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

border-color css

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

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

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