Html Css Color HEX #E55CDE Free Speech Magenta

📋 copy color: '#E55CDE'

red 229 ◦ green 92 ◦ blue 222

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

Shades of Free Speech Magenta #E55CDE

Tints of Free Speech Magenta #E55CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 42.17%
G = 16.94%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E55CDE (or 0xE55CDE) is known color: Free Speech Magenta. HEX triplet: E5, 5C and DE. RGB value is (229,92,222). Sum of RGB (Red+Green+Blue) = 229+92+222=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CDE is #1AA321. Grayscale: #939393. Windows color (decimal): -1745698 or 14572773. OLE color: 14572773.

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

Color convert

RGB 229 92 222 -
CMYK 0 0.60 0.03 0.10
HSL 303.07º 0.72% 0.63% -
HSV(B) 303.07º 0.6% 0.9% -
XYZ 49.33 29.59 72.22 -
YUV 147.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 229 92 222 0 0.60 0.03 0.10 303.07 0.72 0.63
Hex E5 5C DE 0 3C 3 A 12F 48 3F
Octal 345 134 336 0 74 3 12 457 110 77
Binary 11100101 1011100 11011110 0 111100 11 1010 100101111 1001000 111111

Color Harmonies of #E55CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55CDE

Black with #E55CDE

Text Example


Text Example

White with #E55CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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