Html Css Color HEX #E84C75 Dark Pink

📋 copy color: '#E84C75'

red 232 ◦ green 76 ◦ blue 117

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

Shades of Dark Pink #E84C75

Tints of Dark Pink #E84C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.88%

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 54.59%
G = 17.88%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E84C75 (or 0xE84C75) is known color: Dark Pink. HEX triplet: E8, 4C and 75. RGB value is (232,76,117). Sum of RGB (Red+Green+Blue) = 232+76+117=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84C75 is #17B38A. Grayscale: #7F7F7F. Windows color (decimal): -1553291 or 7687400. OLE color: 7687400.

HSL color Cylindrical-coordinate representation of color #E84C75: hue angle of 344.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84C75 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 76 117 -
CMYK 0 0.67 0.50 0.09
HSL 344.23º 0.77% 0.6% -
HSV(B) 344.23º 0.67% 0.91% -
XYZ 39.07 23.61 19.33 -
YUV 127.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 232 76 117 0 0.67 0.50 0.09 344.23 0.77 0.6
Hex E8 4C 75 0 43 32 9 158 4D 3C
Octal 350 114 165 0 103 62 11 530 115 74
Binary 11101000 1001100 1110101 0 1000011 110010 1001 101011000 1001101 111100

Color Harmonies of #E84C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84C75

Black with #E84C75

Text Example


Text Example

White with #E84C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84C75; }

 p { color: rgb(232,76,117); }

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

background-color css

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

 a { background-color: rgb(232,76,117); }

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

border-color css

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

 span { border-color: rgb(232,76,117); }

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