Html Css Color HEX #E55BCC Free Speech Magenta

📋 copy color: '#E55BCC'

red 229 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Magenta #E55BCC

Tints of Free Speech Magenta #E55BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.37%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 43.7%
G = 17.37%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E55BCC (or 0xE55BCC) is known color: Free Speech Magenta. HEX triplet: E5, 5B and CC. RGB value is (229,91,204). Sum of RGB (Red+Green+Blue) = 229+91+204=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BCC is #1AA433. Grayscale: #909090. Windows color (decimal): -1745972 or 13392869. OLE color: 13392869.

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

Color convert

RGB 229 91 204 -
CMYK 0 0.60 0.11 0.10
HSL 310.87º 0.73% 0.63% -
HSV(B) 310.87º 0.6% 0.9% -
XYZ 46.95 28.5 60.15 -
YUV 145.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 229 91 204 0 0.60 0.11 0.10 310.87 0.73 0.63
Hex E5 5B CC 0 3C B A 137 49 3F
Octal 345 133 314 0 74 13 12 467 111 77
Binary 11100101 1011011 11001100 0 111100 1011 1010 100110111 1001001 111111

Color Harmonies of #E55BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55BCC

Black with #E55BCC

Text Example


Text Example

White with #E55BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55BCC; }

 p { color: rgb(229,91,204); }

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

background-color css

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

 a { background-color: rgb(229,91,204); }

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

border-color css

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

 span { border-color: rgb(229,91,204); }

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