Html Css Color HEX #E85381 Dark Pink

📋 copy color: '#E85381'

red 232 ◦ green 83 ◦ blue 129

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

Shades of Dark Pink #E85381

Tints of Dark Pink #E85381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.69%

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

R = 52.25%
G = 18.69%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85381 (or 0xE85381) is known color: Dark Pink. HEX triplet: E8, 53 and 81. RGB value is (232,83,129). Sum of RGB (Red+Green+Blue) = 232+83+129=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E85381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85381 is #17AC7E. Grayscale: #848484. Windows color (decimal): -1551487 or 8475624. OLE color: 8475624.

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

Color convert

RGB 232 83 129 -
CMYK 0 0.64 0.44 0.09
HSL 341.48º 0.76% 0.62% -
HSV(B) 341.48º 0.64% 0.91% -
XYZ 40.33 24.93 23.45 -
YUV 132.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 232 83 129 0 0.64 0.44 0.09 341.48 0.76 0.62
Hex E8 53 81 0 40 2C 9 155 4C 3E
Octal 350 123 201 0 100 54 11 525 114 76
Binary 11101000 1010011 10000001 0 1000000 101100 1001 101010101 1001100 111110

Color Harmonies of #E85381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85381

Black with #E85381

Text Example


Text Example

White with #E85381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85381; }

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

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

background-color css

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

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

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

border-color css

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

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

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