Html Css Color HEX #E84E7F Dark Pink

📋 copy color: '#E84E7F'

red 232 ◦ green 78 ◦ blue 127

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

Shades of Dark Pink #E84E7F

Tints of Dark Pink #E84E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.85%

 BLUE value IS 127 (50% from 255) = 29.06%

R = 53.09%
G = 17.85%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E84E7F (or 0xE84E7F) is known color: Dark Pink. HEX triplet: E8, 4E and 7F. RGB value is (232,78,127). Sum of RGB (Red+Green+Blue) = 232+78+127=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84E7F is #17B180. Grayscale: #818181. Windows color (decimal): -1552769 or 8343272. OLE color: 8343272.

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

Color convert

RGB 232 78 127 -
CMYK 0 0.66 0.45 0.09
HSL 340.91º 0.77% 0.61% -
HSV(B) 340.91º 0.66% 0.91% -
XYZ 39.83 24.14 22.64 -
YUV 129.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 232 78 127 0 0.66 0.45 0.09 340.91 0.77 0.61
Hex E8 4E 7F 0 42 2D 9 155 4D 3D
Octal 350 116 177 0 102 55 11 525 115 75
Binary 11101000 1001110 1111111 0 1000010 101101 1001 101010101 1001101 111101

Color Harmonies of #E84E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84E7F

Black with #E84E7F

Text Example


Text Example

White with #E84E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84E7F; }

 p { color: rgb(232,78,127); }

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

background-color css

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

 a { background-color: rgb(232,78,127); }

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

border-color css

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

 span { border-color: rgb(232,78,127); }

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