Html Css Color HEX #E84D7C Dark Pink

📋 copy color: '#E84D7C'

red 232 ◦ green 77 ◦ blue 124

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

Shades of Dark Pink #E84D7C

Tints of Dark Pink #E84D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 53.58%
G = 17.78%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E84D7C (or 0xE84D7C) is known color: Dark Pink. HEX triplet: E8, 4D and 7C. RGB value is (232,77,124). Sum of RGB (Red+Green+Blue) = 232+77+124=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84D7C is #17B283. Grayscale: #808080. Windows color (decimal): -1553028 or 8146408. OLE color: 8146408.

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

Color convert

RGB 232 77 124 -
CMYK 0 0.67 0.47 0.09
HSL 341.81º 0.77% 0.61% -
HSV(B) 341.81º 0.67% 0.91% -
XYZ 39.57 23.92 21.6 -
YUV 128.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 232 77 124 0 0.67 0.47 0.09 341.81 0.77 0.61
Hex E8 4D 7C 0 43 2F 9 156 4D 3D
Octal 350 115 174 0 103 57 11 526 115 75
Binary 11101000 1001101 1111100 0 1000011 101111 1001 101010110 1001101 111101

Color Harmonies of #E84D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84D7C

Black with #E84D7C

Text Example


Text Example

White with #E84D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84D7C; }

 p { color: rgb(232,77,124); }

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

background-color css

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

 a { background-color: rgb(232,77,124); }

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

border-color css

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

 span { border-color: rgb(232,77,124); }

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