Html Css Color HEX #E35DDF Free Speech Magenta

📋 copy color: '#E35DDF'

red 227 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #E35DDF

Tints of Free Speech Magenta #E35DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.13%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 41.8%
G = 17.13%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E35DDF (or 0xE35DDF) is known color: Free Speech Magenta. HEX triplet: E3, 5D and DF. RGB value is (227,93,223). Sum of RGB (Red+Green+Blue) = 227+93+223=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DDF is #1CA220. Grayscale: #939393. Windows color (decimal): -1876513 or 14638563. OLE color: 14638563.

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

Color convert

RGB 227 93 223 -
CMYK 0 0.59 0.02 0.11
HSL 301.79º 0.71% 0.63% -
HSV(B) 301.79º 0.59% 0.89% -
XYZ 48.91 29.49 72.93 -
YUV 147.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 227 93 223 0 0.59 0.02 0.11 301.79 0.71 0.63
Hex E3 5D DF 0 3B 2 B 12E 47 3F
Octal 343 135 337 0 73 2 13 456 107 77
Binary 11100011 1011101 11011111 0 111011 10 1011 100101110 1000111 111111

Color Harmonies of #E35DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DDF

Black with #E35DDF

Text Example


Text Example

White with #E35DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DDF; }

 p { color: rgb(227,93,223); }

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

background-color css

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

 a { background-color: rgb(227,93,223); }

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

border-color css

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

 span { border-color: rgb(227,93,223); }

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