Html Css Color HEX #E84F81 Dark Pink

📋 copy color: '#E84F81'

red 232 ◦ green 79 ◦ blue 129

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

Shades of Dark Pink #E84F81

Tints of Dark Pink #E84F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 52.73%
G = 17.95%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E84F81 (or 0xE84F81) is known color: Dark Pink. HEX triplet: E8, 4F and 81. RGB value is (232,79,129). Sum of RGB (Red+Green+Blue) = 232+79+129=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84F81 is #17B07E. Grayscale: #828282. Windows color (decimal): -1552511 or 8474600. OLE color: 8474600.

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

Color convert

RGB 232 79 129 -
CMYK 0 0.66 0.44 0.09
HSL 340.39º 0.77% 0.61% -
HSV(B) 340.39º 0.66% 0.91% -
XYZ 40.04 24.33 23.36 -
YUV 130.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 232 79 129 0 0.66 0.44 0.09 340.39 0.77 0.61
Hex E8 4F 81 0 42 2C 9 154 4D 3D
Octal 350 117 201 0 102 54 11 524 115 75
Binary 11101000 1001111 10000001 0 1000010 101100 1001 101010100 1001101 111101

Color Harmonies of #E84F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84F81

Black with #E84F81

Text Example


Text Example

White with #E84F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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