Html Css Color HEX #E541CD Free Speech Magenta

📋 copy color: '#E541CD'

red 229 ◦ green 65 ◦ blue 205

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

Shades of Free Speech Magenta #E541CD

Tints of Free Speech Magenta #E541CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.03%

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

R = 45.89%
G = 13.03%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E541CD (or 0xE541CD) is known color: Free Speech Magenta. HEX triplet: E5, 41 and CD. RGB value is (229,65,205). Sum of RGB (Red+Green+Blue) = 229+65+205=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E541CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541CD is #1ABE32. Grayscale: #818181. Windows color (decimal): -1752627 or 13451749. OLE color: 13451749.

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

Color convert

RGB 229 65 205 -
CMYK 0 0.72 0.10 0.10
HSL 308.78º 0.76% 0.58% -
HSV(B) 308.78º 0.72% 0.9% -
XYZ 45.22 24.85 60.17 -
YUV 130 170.33 198.62 -
System Red Green Blue C M Y K H S L
Decimal 229 65 205 0 0.72 0.10 0.10 308.78 0.76 0.58
Hex E5 41 CD 0 48 A A 135 4C 3A
Octal 345 101 315 0 110 12 12 465 114 72
Binary 11100101 1000001 11001101 0 1001000 1010 1010 100110101 1001100 111010

Color Harmonies of #E541CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541CD

Black with #E541CD

Text Example


Text Example

White with #E541CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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