Html Css Color HEX #E55CBD Free Speech Magenta

📋 copy color: '#E55CBD'

red 229 ◦ green 92 ◦ blue 189

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

Shades of Free Speech Magenta #E55CBD

Tints of Free Speech Magenta #E55CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 44.9%
G = 18.04%
B = 37.06%

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

#E55CBD (or 0xE55CBD) is known color: Free Speech Magenta. HEX triplet: E5, 5C and BD. RGB value is (229,92,189). Sum of RGB (Red+Green+Blue) = 229+92+189=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CBD is #1AA342. Grayscale: #8F8F8F. Windows color (decimal): -1745731 or 12410085. OLE color: 12410085.

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

Color convert

RGB 229 92 189 -
CMYK 0 0.60 0.17 0.10
HSL 317.52º 0.72% 0.63% -
HSV(B) 317.52º 0.6% 0.9% -
XYZ 45.33 27.99 51.16 -
YUV 144.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 229 92 189 0 0.60 0.17 0.10 317.52 0.72 0.63
Hex E5 5C BD 0 3C 11 A 13E 48 3F
Octal 345 134 275 0 74 21 12 476 110 77
Binary 11100101 1011100 10111101 0 111100 10001 1010 100111110 1001000 111111

Color Harmonies of #E55CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55CBD

Black with #E55CBD

Text Example


Text Example

White with #E55CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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