Html Css Color HEX #E35FC2 Free Speech Magenta

📋 copy color: '#E35FC2'

red 227 ◦ green 95 ◦ blue 194

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

Shades of Free Speech Magenta #E35FC2

Tints of Free Speech Magenta #E35FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.6%

R = 43.99%
G = 18.41%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E35FC2 (or 0xE35FC2) is known color: Free Speech Magenta. HEX triplet: E3, 5F and C2. RGB value is (227,95,194). Sum of RGB (Red+Green+Blue) = 227+95+194=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FC2 is #1CA03D. Grayscale: #919191. Windows color (decimal): -1876030 or 12738531. OLE color: 12738531.

HSL color Cylindrical-coordinate representation of color #E35FC2: hue angle of 315º 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 #E35FC2 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 95 194 -
CMYK 0 0.58 0.15 0.11
HSL 315º 0.7% 0.63% -
HSV(B) 315º 0.58% 0.89% -
XYZ 45.51 28.41 54.12 -
YUV 145.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 227 95 194 0 0.58 0.15 0.11 315 0.7 0.63
Hex E3 5F C2 0 3A F B 13B 46 3F
Octal 343 137 302 0 72 17 13 473 106 77
Binary 11100011 1011111 11000010 0 111010 1111 1011 100111011 1000110 111111

Color Harmonies of #E35FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FC2

Black with #E35FC2

Text Example


Text Example

White with #E35FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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