Html Css Color HEX #E86284 Dark Pink

📋 copy color: '#E86284'

red 232 ◦ green 98 ◦ blue 132

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

Shades of Dark Pink #E86284

Tints of Dark Pink #E86284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.21%

 BLUE value IS 132 (51.95% from 255) = 28.57%

R = 50.22%
G = 21.21%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E86284 (or 0xE86284) is known color: Dark Pink. HEX triplet: E8, 62 and 84. RGB value is (232,98,132). Sum of RGB (Red+Green+Blue) = 232+98+132=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E86284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86284 is #179D7B. Grayscale: #8D8D8D. Windows color (decimal): -1547644 or 8676072. OLE color: 8676072.

HSL color Cylindrical-coordinate representation of color #E86284: hue angle of 344.78º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86284 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 132 -
CMYK 0 0.58 0.43 0.09
HSL 344.78º 0.74% 0.65% -
HSV(B) 344.78º 0.58% 0.91% -
XYZ 41.81 27.56 24.95 -
YUV 141.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 232 98 132 0 0.58 0.43 0.09 344.78 0.74 0.65
Hex E8 62 84 0 3A 2B 9 159 4A 41
Octal 350 142 204 0 72 53 11 531 112 101
Binary 11101000 1100010 10000100 0 111010 101011 1001 101011001 1001010 1000001

Color Harmonies of #E86284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86284

Black with #E86284

Text Example


Text Example

White with #E86284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86284; }

 p { color: rgb(232,98,132); }

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

background-color css

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

 a { background-color: rgb(232,98,132); }

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

border-color css

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

 span { border-color: rgb(232,98,132); }

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