Html Css Color HEX #E84481 Dark Pink

📋 copy color: '#E84481'

red 232 ◦ green 68 ◦ blue 129

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

Shades of Dark Pink #E84481

Tints of Dark Pink #E84481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

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

R = 54.08%
G = 15.85%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E84481 (or 0xE84481) is known color: Dark Pink. HEX triplet: E8, 44 and 81. RGB value is (232,68,129). Sum of RGB (Red+Green+Blue) = 232+68+129=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E84481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84481 is #17BB7E. Grayscale: #7B7B7B. Windows color (decimal): -1555327 or 8471784. OLE color: 8471784.

HSL color Cylindrical-coordinate representation of color #E84481: hue angle of 337.68º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84481 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 68 129 -
CMYK 0 0.71 0.44 0.09
HSL 337.68º 0.78% 0.59% -
HSV(B) 337.68º 0.71% 0.91% -
XYZ 39.31 22.88 23.11 -
YUV 123.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 232 68 129 0 0.71 0.44 0.09 337.68 0.78 0.59
Hex E8 44 81 0 47 2C 9 152 4E 3B
Octal 350 104 201 0 107 54 11 522 116 73
Binary 11101000 1000100 10000001 0 1000111 101100 1001 101010010 1001110 111011

Color Harmonies of #E84481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84481

Black with #E84481

Text Example


Text Example

White with #E84481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84481; }

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

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

background-color css

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

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

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

border-color css

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

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

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