Html Css Color HEX #E55EE7 Free Speech Magenta

📋 copy color: '#E55EE7'

red 229 ◦ green 94 ◦ blue 231

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

Shades of Free Speech Magenta #E55EE7

Tints of Free Speech Magenta #E55EE7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.97%

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

R = 41.34%
G = 16.97%
B = 41.7%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E55EE7 (or 0xE55EE7) is known color: Free Speech Magenta. HEX triplet: E5, 5E and E7. RGB value is (229,94,231). Sum of RGB (Red+Green+Blue) = 229+94+231=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #E55EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55EE7 is #1AA118. Grayscale: #959595. Windows color (decimal): -1745177 or 15163109. OLE color: 15163109.

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

Color convert

RGB 229 94 231 -
CMYK 0.01 0.59 0 0.09
HSL 299.12º 0.74% 0.64% -
HSV(B) 299.12º 0.59% 0.91% -
XYZ 50.74 30.43 78.8 -
YUV 149.98 173.73 184.36 -
System Red Green Blue C M Y K H S L
Decimal 229 94 231 0.01 0.59 0 0.09 299.12 0.74 0.64
Hex E5 5E E7 1 3B 0 9 12B 4A 40
Octal 345 136 347 1 73 0 11 453 112 100
Binary 11100101 1011110 11100111 1 111011 0 1001 100101011 1001010 1000000

Color Harmonies of #E55EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55EE7

Black with #E55EE7

Text Example


Text Example

White with #E55EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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