Html Css Color HEX #E55CBE Free Speech Magenta

📋 copy color: '#E55CBE'

red 229 ◦ green 92 ◦ blue 190

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

Shades of Free Speech Magenta #E55CBE

Tints of Free Speech Magenta #E55CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 44.81%
G = 18%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E55CBE (or 0xE55CBE) is known color: Free Speech Magenta. HEX triplet: E5, 5C and BE. RGB value is (229,92,190). Sum of RGB (Red+Green+Blue) = 229+92+190=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CBE is #1AA341. Grayscale: #8F8F8F. Windows color (decimal): -1745730 or 12475621. OLE color: 12475621.

HSL color Cylindrical-coordinate representation of color #E55CBE: hue angle of 317.08º degrees, saturation: 0.72, 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 #E55CBE is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 92 190 -
CMYK 0 0.60 0.17 0.10
HSL 317.08º 0.72% 0.63% -
HSV(B) 317.08º 0.6% 0.9% -
XYZ 45.43 28.03 51.73 -
YUV 144.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 229 92 190 0 0.60 0.17 0.10 317.08 0.72 0.63
Hex E5 5C BE 0 3C 11 A 13D 48 3F
Octal 345 134 276 0 74 21 12 475 110 77
Binary 11100101 1011100 10111110 0 111100 10001 1010 100111101 1001000 111111

Color Harmonies of #E55CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55CBE

Black with #E55CBE

Text Example


Text Example

White with #E55CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55CBE; }

 p { color: rgb(229,92,190); }

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

background-color css

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

 a { background-color: rgb(229,92,190); }

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

border-color css

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

 span { border-color: rgb(229,92,190); }

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