Html Css Color HEX #E855D8 Free Speech Magenta

📋 copy color: '#E855D8'

red 232 ◦ green 85 ◦ blue 216

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

Shades of Free Speech Magenta #E855D8

Tints of Free Speech Magenta #E855D8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.95%

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 43.53%
G = 15.95%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E855D8 (or 0xE855D8) is known color: Free Speech Magenta. HEX triplet: E8, 55 and D8. RGB value is (232,85,216). Sum of RGB (Red+Green+Blue) = 232+85+216=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E855D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855D8 is #17AA27. Grayscale: #8F8F8F. Windows color (decimal): -1550888 or 14177768. OLE color: 14177768.

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

Color convert

RGB 232 85 216 -
CMYK 0 0.63 0.07 0.09
HSL 306.53º 0.76% 0.62% -
HSV(B) 306.53º 0.63% 0.91% -
XYZ 48.92 28.61 67.91 -
YUV 143.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 232 85 216 0 0.63 0.07 0.09 306.53 0.76 0.62
Hex E8 55 D8 0 3F 7 9 133 4C 3E
Octal 350 125 330 0 77 7 11 463 114 76
Binary 11101000 1010101 11011000 0 111111 111 1001 100110011 1001100 111110

Color Harmonies of #E855D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E855D8

Black with #E855D8

Text Example


Text Example

White with #E855D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E855D8; }

 p { color: rgb(232,85,216); }

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

background-color css

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

 a { background-color: rgb(232,85,216); }

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

border-color css

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

 span { border-color: rgb(232,85,216); }

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