Html Css Color HEX #E8477D Dark Pink

📋 copy color: '#E8477D'

red 232 ◦ green 71 ◦ blue 125

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

Shades of Dark Pink #E8477D

Tints of Dark Pink #E8477D

RGB

 RED value IS 232 (91.02% from 255) = 54.21%

 GREEN value IS 71 (28.13% from 255) = 16.59%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 54.21%
G = 16.59%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8477D (or 0xE8477D) is known color: Dark Pink. HEX triplet: E8, 47 and 7D. RGB value is (232,71,125). Sum of RGB (Red+Green+Blue) = 232+71+125=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8477D is #17B882. Grayscale: #7D7D7D. Windows color (decimal): -1554563 or 8210408. OLE color: 8210408.

HSL color Cylindrical-coordinate representation of color #E8477D: hue angle of 339.88º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8477D is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 71 125 -
CMYK 0 0.69 0.46 0.09
HSL 339.88º 0.78% 0.59% -
HSV(B) 339.88º 0.69% 0.91% -
XYZ 39.23 23.14 21.8 -
YUV 125.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 232 71 125 0 0.69 0.46 0.09 339.88 0.78 0.59
Hex E8 47 7D 0 45 2E 9 154 4E 3B
Octal 350 107 175 0 105 56 11 524 116 73
Binary 11101000 1000111 1111101 0 1000101 101110 1001 101010100 1001110 111011

Color Harmonies of #E8477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8477D

Black with #E8477D

Text Example


Text Example

White with #E8477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8477D; }

 p { color: rgb(232,71,125); }

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

background-color css

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

 a { background-color: rgb(232,71,125); }

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

border-color css

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

 span { border-color: rgb(232,71,125); }

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