Html Css Color HEX #E35ECD Free Speech Magenta

📋 copy color: '#E35ECD'

red 227 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Magenta #E35ECD

Tints of Free Speech Magenta #E35ECD

RGB

 RED value IS 227 (89.06% from 255) = 43.16%

 GREEN value IS 94 (37.11% from 255) = 17.87%

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

R = 43.16%
G = 17.87%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E35ECD (or 0xE35ECD) is known color: Free Speech Magenta. HEX triplet: E3, 5E and CD. RGB value is (227,94,205). Sum of RGB (Red+Green+Blue) = 227+94+205=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E35ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35ECD is #1CA132. Grayscale: #929292. Windows color (decimal): -1876275 or 13459171. OLE color: 13459171.

HSL color Cylindrical-coordinate representation of color #E35ECD: hue angle of 309.92º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35ECD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 94 205 -
CMYK 0 0.59 0.10 0.11
HSL 309.92º 0.7% 0.63% -
HSV(B) 309.92º 0.59% 0.89% -
XYZ 46.7 28.74 60.84 -
YUV 146.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 227 94 205 0 0.59 0.10 0.11 309.92 0.7 0.63
Hex E3 5E CD 0 3B A B 136 46 3F
Octal 343 136 315 0 73 12 13 466 106 77
Binary 11100011 1011110 11001101 0 111011 1010 1011 100110110 1000110 111111

Color Harmonies of #E35ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35ECD

Black with #E35ECD

Text Example


Text Example

White with #E35ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35ECD; }

 p { color: rgb(227,94,205); }

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

background-color css

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

 a { background-color: rgb(227,94,205); }

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

border-color css

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

 span { border-color: rgb(227,94,205); }

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