Html Css Color HEX #E858DD Free Speech Magenta

📋 copy color: '#E858DD'

red 232 ◦ green 88 ◦ blue 221

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

Shades of Free Speech Magenta #E858DD

Tints of Free Speech Magenta #E858DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.27%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 42.88%
G = 16.27%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E858DD (or 0xE858DD) is known color: Free Speech Magenta. HEX triplet: E8, 58 and DD. RGB value is (232,88,221). Sum of RGB (Red+Green+Blue) = 232+88+221=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E858DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E858DD is #17A722. Grayscale: #919191. Windows color (decimal): -1550115 or 14506216. OLE color: 14506216.

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

Color convert

RGB 232 88 221 -
CMYK 0 0.62 0.05 0.09
HSL 304.58º 0.76% 0.63% -
HSV(B) 304.58º 0.62% 0.91% -
XYZ 49.82 29.36 71.45 -
YUV 146.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 232 88 221 0 0.62 0.05 0.09 304.58 0.76 0.63
Hex E8 58 DD 0 3E 5 9 131 4C 3F
Octal 350 130 335 0 76 5 11 461 114 77
Binary 11101000 1011000 11011101 0 111110 101 1001 100110001 1001100 111111

Color Harmonies of #E858DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E858DD

Black with #E858DD

Text Example


Text Example

White with #E858DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E858DD; }

 p { color: rgb(232,88,221); }

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

background-color css

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

 a { background-color: rgb(232,88,221); }

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

border-color css

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

 span { border-color: rgb(232,88,221); }

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