Html Css Color HEX #E545C6 Free Speech Magenta

📋 copy color: '#E545C6'

red 229 ◦ green 69 ◦ blue 198

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

Shades of Free Speech Magenta #E545C6

Tints of Free Speech Magenta #E545C6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.91%

 BLUE value IS 198 (77.73% from 255) = 39.92%

R = 46.17%
G = 13.91%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E545C6 (or 0xE545C6) is known color: Free Speech Magenta. HEX triplet: E5, 45 and C6. RGB value is (229,69,198). Sum of RGB (Red+Green+Blue) = 229+69+198=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E545C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545C6 is #1ABA39. Grayscale: #838383. Windows color (decimal): -1751610 or 12994021. OLE color: 12994021.

HSL color Cylindrical-coordinate representation of color #E545C6: hue angle of 311.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545C6 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 198 -
CMYK 0 0.70 0.14 0.10
HSL 311.63º 0.75% 0.58% -
HSV(B) 311.63º 0.7% 0.9% -
XYZ 44.63 24.99 55.9 -
YUV 131.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 229 69 198 0 0.70 0.14 0.10 311.63 0.75 0.58
Hex E5 45 C6 0 46 E A 138 4B 3A
Octal 345 105 306 0 106 16 12 470 113 72
Binary 11100101 1000101 11000110 0 1000110 1110 1010 100111000 1001011 111010

Color Harmonies of #E545C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E545C6

Black with #E545C6

Text Example


Text Example

White with #E545C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E545C6; }

 p { color: rgb(229,69,198); }

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

background-color css

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

 a { background-color: rgb(229,69,198); }

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

border-color css

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

 span { border-color: rgb(229,69,198); }

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