Html Css Color HEX #E555CD Free Speech Magenta

📋 copy color: '#E555CD'

red 229 ◦ green 85 ◦ blue 205

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

Shades of Free Speech Magenta #E555CD

Tints of Free Speech Magenta #E555CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.38%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 44.12%
G = 16.38%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E555CD (or 0xE555CD) is known color: Free Speech Magenta. HEX triplet: E5, 55 and CD. RGB value is (229,85,205). Sum of RGB (Red+Green+Blue) = 229+85+205=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E555CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555CD is #1AAA32. Grayscale: #8D8D8D. Windows color (decimal): -1747507 or 13456869. OLE color: 13456869.

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

Color convert

RGB 229 85 205 -
CMYK 0 0.63 0.10 0.10
HSL 310º 0.73% 0.62% -
HSV(B) 310º 0.63% 0.9% -
XYZ 46.58 27.56 60.62 -
YUV 141.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 229 85 205 0 0.63 0.10 0.10 310 0.73 0.62
Hex E5 55 CD 0 3F A A 136 49 3E
Octal 345 125 315 0 77 12 12 466 111 76
Binary 11100101 1010101 11001101 0 111111 1010 1010 100110110 1001001 111110

Color Harmonies of #E555CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E555CD

Black with #E555CD

Text Example


Text Example

White with #E555CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E555CD; }

 p { color: rgb(229,85,205); }

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

background-color css

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

 a { background-color: rgb(229,85,205); }

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

border-color css

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

 span { border-color: rgb(229,85,205); }

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