Html Css Color HEX #E55DE7 Free Speech Magenta

📋 copy color: '#E55DE7'

red 229 ◦ green 93 ◦ blue 231

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

Shades of Free Speech Magenta #E55DE7

Tints of Free Speech Magenta #E55DE7

RGB

 RED value IS 229 (89.84% from 255) = 41.41%

 GREEN value IS 93 (36.72% from 255) = 16.82%

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 41.41%
G = 16.82%
B = 41.77%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E55DE7 (or 0xE55DE7) is known color: Free Speech Magenta. HEX triplet: E5, 5D and E7. RGB value is (229,93,231). Sum of RGB (Red+Green+Blue) = 229+93+231=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #E55DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55DE7 is #1AA218. Grayscale: #949494. Windows color (decimal): -1745433 or 15162853. OLE color: 15162853.

HSL color Cylindrical-coordinate representation of color #E55DE7: hue angle of 299.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55DE7 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 93 231 -
CMYK 0.01 0.60 0 0.09
HSL 299.13º 0.74% 0.64% -
HSV(B) 299.13º 0.6% 0.91% -
XYZ 50.65 30.26 78.77 -
YUV 149.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 229 93 231 0.01 0.60 0 0.09 299.13 0.74 0.64
Hex E5 5D E7 1 3C 0 9 12B 4A 40
Octal 345 135 347 1 74 0 11 453 112 100
Binary 11100101 1011101 11100111 1 111100 0 1001 100101011 1001010 1000000

Color Harmonies of #E55DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DE7

Black with #E55DE7

Text Example


Text Example

White with #E55DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DE7; }

 p { color: rgb(229,93,231); }

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

background-color css

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

 a { background-color: rgb(229,93,231); }

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

border-color css

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

 span { border-color: rgb(229,93,231); }

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