Html Css Color HEX #E84F7D Dark Pink

📋 copy color: '#E84F7D'

red 232 ◦ green 79 ◦ blue 125

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

Shades of Dark Pink #E84F7D

Tints of Dark Pink #E84F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

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

R = 53.21%
G = 18.12%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E84F7D (or 0xE84F7D) is known color: Dark Pink. HEX triplet: E8, 4F and 7D. RGB value is (232,79,125). Sum of RGB (Red+Green+Blue) = 232+79+125=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84F7D is #17B082. Grayscale: #818181. Windows color (decimal): -1552515 or 8212456. OLE color: 8212456.

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

Color convert

RGB 232 79 125 -
CMYK 0 0.66 0.46 0.09
HSL 341.96º 0.77% 0.61% -
HSV(B) 341.96º 0.66% 0.91% -
XYZ 39.78 24.23 21.98 -
YUV 129.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 232 79 125 0 0.66 0.46 0.09 341.96 0.77 0.61
Hex E8 4F 7D 0 42 2E 9 156 4D 3D
Octal 350 117 175 0 102 56 11 526 115 75
Binary 11101000 1001111 1111101 0 1000010 101110 1001 101010110 1001101 111101

Color Harmonies of #E84F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84F7D

Black with #E84F7D

Text Example


Text Example

White with #E84F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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