Html Css Color HEX #E35DD3 Free Speech Magenta

📋 copy color: '#E35DD3'

red 227 ◦ green 93 ◦ blue 211

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

Shades of Free Speech Magenta #E35DD3

Tints of Free Speech Magenta #E35DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 42.75%
G = 17.51%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E35DD3 (or 0xE35DD3) is known color: Free Speech Magenta. HEX triplet: E3, 5D and D3. RGB value is (227,93,211). Sum of RGB (Red+Green+Blue) = 227+93+211=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DD3 is #1CA22C. Grayscale: #929292. Windows color (decimal): -1876525 or 13852131. OLE color: 13852131.

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

Color convert

RGB 227 93 211 -
CMYK 0 0.59 0.07 0.11
HSL 307.16º 0.71% 0.63% -
HSV(B) 307.16º 0.59% 0.89% -
XYZ 47.35 28.86 64.7 -
YUV 146.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 227 93 211 0 0.59 0.07 0.11 307.16 0.71 0.63
Hex E3 5D D3 0 3B 7 B 133 47 3F
Octal 343 135 323 0 73 7 13 463 107 77
Binary 11100011 1011101 11010011 0 111011 111 1011 100110011 1000111 111111

Color Harmonies of #E35DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DD3

Black with #E35DD3

Text Example


Text Example

White with #E35DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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