Html Css Color HEX #E35FCD Free Speech Magenta

📋 copy color: '#E35FCD'

red 227 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Magenta #E35FCD

Tints of Free Speech Magenta #E35FCD

RGB

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

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

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

R = 43.07%
G = 18.03%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E35FCD (or 0xE35FCD) is known color: Free Speech Magenta. HEX triplet: E3, 5F and CD. RGB value is (227,95,205). Sum of RGB (Red+Green+Blue) = 227+95+205=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FCD is #1CA032. Grayscale: #929292. Windows color (decimal): -1876019 or 13459427. OLE color: 13459427.

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

Color convert

RGB 227 95 205 -
CMYK 0 0.58 0.10 0.11
HSL 310º 0.7% 0.63% -
HSV(B) 310º 0.58% 0.89% -
XYZ 46.79 28.92 60.87 -
YUV 147.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 227 95 205 0 0.58 0.10 0.11 310 0.7 0.63
Hex E3 5F CD 0 3A A B 136 46 3F
Octal 343 137 315 0 72 12 13 466 106 77
Binary 11100011 1011111 11001101 0 111010 1010 1011 100110110 1000110 111111

Color Harmonies of #E35FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FCD

Black with #E35FCD

Text Example


Text Example

White with #E35FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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