Html Css Color HEX #E555C2 Free Speech Magenta

📋 copy color: '#E555C2'

red 229 ◦ green 85 ◦ blue 194

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

Shades of Free Speech Magenta #E555C2

Tints of Free Speech Magenta #E555C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 45.08%
G = 16.73%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E555C2 (or 0xE555C2) is known color: Free Speech Magenta. HEX triplet: E5, 55 and C2. RGB value is (229,85,194). Sum of RGB (Red+Green+Blue) = 229+85+194=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E555C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555C2 is #1AAA3D. Grayscale: #8C8C8C. Windows color (decimal): -1747518 or 12735973. OLE color: 12735973.

HSL color Cylindrical-coordinate representation of color #E555C2: hue angle of 314.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555C2 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 85 194 -
CMYK 0 0.63 0.15 0.10
HSL 314.58º 0.73% 0.62% -
HSV(B) 314.58º 0.63% 0.9% -
XYZ 45.3 27.05 53.87 -
YUV 140.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 229 85 194 0 0.63 0.15 0.10 314.58 0.73 0.62
Hex E5 55 C2 0 3F F A 13B 49 3E
Octal 345 125 302 0 77 17 12 473 111 76
Binary 11100101 1010101 11000010 0 111111 1111 1010 100111011 1001001 111110

Color Harmonies of #E555C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E555C2

Black with #E555C2

Text Example


Text Example

White with #E555C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E555C2; }

 p { color: rgb(229,85,194); }

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

background-color css

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

 a { background-color: rgb(229,85,194); }

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

border-color css

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

 span { border-color: rgb(229,85,194); }

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