Html Css Color HEX #E35ACD Free Speech Magenta

📋 copy color: '#E35ACD'

red 227 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #E35ACD

Tints of Free Speech Magenta #E35ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.24%

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

R = 43.49%
G = 17.24%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E35ACD (or 0xE35ACD) is known color: Free Speech Magenta. HEX triplet: E3, 5A and CD. RGB value is (227,90,205). Sum of RGB (Red+Green+Blue) = 227+90+205=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E35ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35ACD is #1CA532. Grayscale: #8F8F8F. Windows color (decimal): -1877299 or 13458147. OLE color: 13458147.

HSL color Cylindrical-coordinate representation of color #E35ACD: hue angle of 309.64º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35ACD is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 205 -
CMYK 0 0.60 0.10 0.11
HSL 309.64º 0.71% 0.62% -
HSV(B) 309.64º 0.6% 0.89% -
XYZ 46.35 28.05 60.73 -
YUV 144.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 227 90 205 0 0.60 0.10 0.11 309.64 0.71 0.62
Hex E3 5A CD 0 3C A B 136 47 3E
Octal 343 132 315 0 74 12 13 466 107 76
Binary 11100011 1011010 11001101 0 111100 1010 1011 100110110 1000111 111110

Color Harmonies of #E35ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35ACD

Black with #E35ACD

Text Example


Text Example

White with #E35ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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