Html Css Color HEX #E75477 Dark Pink

📋 copy color: '#E75477'

red 231 ◦ green 84 ◦ blue 119

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

Shades of Dark Pink #E75477

Tints of Dark Pink #E75477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 53.23%
G = 19.35%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E75477 (or 0xE75477) is known color: Dark Pink. HEX triplet: E7, 54 and 77. RGB value is (231,84,119). Sum of RGB (Red+Green+Blue) = 231+84+119=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E75477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75477 is #18AB88. Grayscale: #838383. Windows color (decimal): -1616777 or 7820519. OLE color: 7820519.

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

Color convert

RGB 231 84 119 -
CMYK 0 0.64 0.48 0.09
HSL 345.71º 0.75% 0.62% -
HSV(B) 345.71º 0.64% 0.91% -
XYZ 39.46 24.66 20.13 -
YUV 131.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 231 84 119 0 0.64 0.48 0.09 345.71 0.75 0.62
Hex E7 54 77 0 40 30 9 15A 4B 3E
Octal 347 124 167 0 100 60 11 532 113 76
Binary 11100111 1010100 1110111 0 1000000 110000 1001 101011010 1001011 111110

Color Harmonies of #E75477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75477

Black with #E75477

Text Example


Text Example

White with #E75477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75477; }

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

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

background-color css

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

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

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

border-color css

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

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

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