Html Css Color HEX #E75491 Dark Pink

📋 copy color: '#E75491'

red 231 ◦ green 84 ◦ blue 145

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

Shades of Dark Pink #E75491

Tints of Dark Pink #E75491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 50.22%
G = 18.26%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E75491 (or 0xE75491) is known color: Dark Pink. HEX triplet: E7, 54 and 91. RGB value is (231,84,145). Sum of RGB (Red+Green+Blue) = 231+84+145=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E75491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75491 is #18AB6E. Grayscale: #868686. Windows color (decimal): -1616751 or 9524455. OLE color: 9524455.

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

Color convert

RGB 231 84 145 -
CMYK 0 0.64 0.37 0.09
HSL 335.1º 0.75% 0.62% -
HSV(B) 335.1º 0.64% 0.91% -
XYZ 41.24 25.37 29.51 -
YUV 134.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 231 84 145 0 0.64 0.37 0.09 335.1 0.75 0.62
Hex E7 54 91 0 40 25 9 14F 4B 3E
Octal 347 124 221 0 100 45 11 517 113 76
Binary 11100111 1010100 10010001 0 1000000 100101 1001 101001111 1001011 111110

Color Harmonies of #E75491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75491

Black with #E75491

Text Example


Text Example

White with #E75491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75491; }

 p { color: rgb(231,84,145); }

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

background-color css

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

 a { background-color: rgb(231,84,145); }

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

border-color css

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

 span { border-color: rgb(231,84,145); }

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