Html Css Color HEX #E35FE0 Free Speech Magenta

📋 copy color: '#E35FE0'

red 227 ◦ green 95 ◦ blue 224

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

Shades of Free Speech Magenta #E35FE0

Tints of Free Speech Magenta #E35FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.4%

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 41.58%
G = 17.4%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E35FE0 (or 0xE35FE0) is known color: Free Speech Magenta. HEX triplet: E3, 5F and E0. RGB value is (227,95,224). Sum of RGB (Red+Green+Blue) = 227+95+224=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FE0 is #1CA01F. Grayscale: #949494. Windows color (decimal): -1876000 or 14704611. OLE color: 14704611.

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

Color convert

RGB 227 95 224 -
CMYK 0 0.58 0.01 0.11
HSL 301.36º 0.7% 0.63% -
HSV(B) 301.36º 0.58% 0.89% -
XYZ 49.23 29.9 73.7 -
YUV 149.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 227 95 224 0 0.58 0.01 0.11 301.36 0.7 0.63
Hex E3 5F E0 0 3A 1 B 12D 46 3F
Octal 343 137 340 0 72 1 13 455 106 77
Binary 11100011 1011111 11100000 0 111010 1 1011 100101101 1000110 111111

Color Harmonies of #E35FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FE0

Black with #E35FE0

Text Example


Text Example

White with #E35FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FE0; }

 p { color: rgb(227,95,224); }

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

background-color css

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

 a { background-color: rgb(227,95,224); }

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

border-color css

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

 span { border-color: rgb(227,95,224); }

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