#E35FD1

Color #E35FD1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E35FD1

Tints of Free Speech Magenta #E35FD1

Color information

#E35FD1 (or 0xE35FD1) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5F and D1. RGB value is (227,95,209). Sum of RGB (Red+Green+Blue) = 227+95+209=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FD1 is #1CA02E. Grayscale: #939393. Windows color (decimal): -1876015 or 13721571. OLE color: 13721571.

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

Color convert

RGB22795209-
CMYK00.580.080.11
HSL308.18º70.21%63.14%-
HSV(B)308.18º58.15%89.02%-
XYZ47.2829.1263.45-
YUV147.46162.73184.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=42.75%
G=17.89%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279520900.580.080.11308.1870.2163.14
HexE35FD103A8B134463f
Octal343137321072101346410677
Binary111000111011111110100010111010100010111001101001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35FD1; }

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

 H1.HeaderClassName
 {
   color: #E35FD1;
 }
 .AnyTagClassName
 {
   color: #E35FD1;
 }
</style>
background-color css

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

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

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

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

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

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