Html Css Color HEX #E55CDD Free Speech Magenta

📋 copy color: '#E55CDD'

red 229 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #E55CDD

Tints of Free Speech Magenta #E55CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 42.25%
G = 16.97%
B = 40.77%

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

#E55CDD (or 0xE55CDD) is known color: Free Speech Magenta. HEX triplet: E5, 5C and DD. RGB value is (229,92,221). Sum of RGB (Red+Green+Blue) = 229+92+221=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CDD is #1AA322. Grayscale: #939393. Windows color (decimal): -1745699 or 14507237. OLE color: 14507237.

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

Color convert

RGB 229 92 221 -
CMYK 0 0.60 0.03 0.10
HSL 303.5º 0.72% 0.63% -
HSV(B) 303.5º 0.6% 0.9% -
XYZ 49.19 29.53 71.51 -
YUV 147.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 229 92 221 0 0.60 0.03 0.10 303.5 0.72 0.63
Hex E5 5C DD 0 3C 3 A 130 48 3F
Octal 345 134 335 0 74 3 12 460 110 77
Binary 11100101 1011100 11011101 0 111100 11 1010 100110000 1001000 111111

Color Harmonies of #E55CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55CDD

Black with #E55CDD

Text Example


Text Example

White with #E55CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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