Html Css Color HEX #E75D90 Dark Pink

📋 copy color: '#E75D90'

red 231 ◦ green 93 ◦ blue 144

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

Shades of Dark Pink #E75D90

Tints of Dark Pink #E75D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.87%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 49.36%
G = 19.87%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E75D90 (or 0xE75D90) is known color: Dark Pink. HEX triplet: E7, 5D and 90. RGB value is (231,93,144). Sum of RGB (Red+Green+Blue) = 231+93+144=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75D90 is #18A26F. Grayscale: #8C8C8C. Windows color (decimal): -1614448 or 9461223. OLE color: 9461223.

HSL color Cylindrical-coordinate representation of color #E75D90: hue angle of 337.83º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75D90 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 144 -
CMYK 0 0.60 0.38 0.09
HSL 337.83º 0.74% 0.64% -
HSV(B) 337.83º 0.6% 0.91% -
XYZ 41.9 26.83 29.36 -
YUV 140.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 231 93 144 0 0.60 0.38 0.09 337.83 0.74 0.64
Hex E7 5D 90 0 3C 26 9 152 4A 40
Octal 347 135 220 0 74 46 11 522 112 100
Binary 11100111 1011101 10010000 0 111100 100110 1001 101010010 1001010 1000000

Color Harmonies of #E75D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D90

Black with #E75D90

Text Example


Text Example

White with #E75D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D90; }

 p { color: rgb(231,93,144); }

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

background-color css

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

 a { background-color: rgb(231,93,144); }

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

border-color css

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

 span { border-color: rgb(231,93,144); }

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