Html Css Color HEX #E75690 Dark Pink

📋 copy color: '#E75690'

red 231 ◦ green 86 ◦ blue 144

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

Shades of Dark Pink #E75690

Tints of Dark Pink #E75690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

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

R = 50.11%
G = 18.66%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E75690 (or 0xE75690) is known color: Dark Pink. HEX triplet: E7, 56 and 90. RGB value is (231,86,144). Sum of RGB (Red+Green+Blue) = 231+86+144=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75690 is #18A96F. Grayscale: #878787. Windows color (decimal): -1616240 or 9459431. OLE color: 9459431.

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

Color convert

RGB 231 86 144 -
CMYK 0 0.63 0.38 0.09
HSL 336º 0.75% 0.62% -
HSV(B) 336º 0.63% 0.91% -
XYZ 41.32 25.66 29.16 -
YUV 135.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 231 86 144 0 0.63 0.38 0.09 336 0.75 0.62
Hex E7 56 90 0 3F 26 9 150 4B 3E
Octal 347 126 220 0 77 46 11 520 113 76
Binary 11100111 1010110 10010000 0 111111 100110 1001 101010000 1001011 111110

Color Harmonies of #E75690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75690

Black with #E75690

Text Example


Text Example

White with #E75690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75690; }

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

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

background-color css

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

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

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

border-color css

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

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

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