Html Css Color HEX #E35DD2 Free Speech Magenta

📋 copy color: '#E35DD2'

red 227 ◦ green 93 ◦ blue 210

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

Shades of Free Speech Magenta #E35DD2

Tints of Free Speech Magenta #E35DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.62%

R = 42.83%
G = 17.55%
B = 39.62%

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

#E35DD2 (or 0xE35DD2) is known color: Free Speech Magenta. HEX triplet: E3, 5D and D2. RGB value is (227,93,210). Sum of RGB (Red+Green+Blue) = 227+93+210=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DD2 is #1CA22D. Grayscale: #929292. Windows color (decimal): -1876526 or 13786595. OLE color: 13786595.

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

Color convert

RGB 227 93 210 -
CMYK 0 0.59 0.07 0.11
HSL 307.61º 0.71% 0.63% -
HSV(B) 307.61º 0.59% 0.89% -
XYZ 47.23 28.81 64.05 -
YUV 146.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 227 93 210 0 0.59 0.07 0.11 307.61 0.71 0.63
Hex E3 5D D2 0 3B 7 B 134 47 3F
Octal 343 135 322 0 73 7 13 464 107 77
Binary 11100011 1011101 11010010 0 111011 111 1011 100110100 1000111 111111

Color Harmonies of #E35DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DD2

Black with #E35DD2

Text Example


Text Example

White with #E35DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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