Html Css Color HEX #E35DCD Free Speech Magenta

📋 copy color: '#E35DCD'

red 227 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Magenta #E35DCD

Tints of Free Speech Magenta #E35DCD

RGB

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

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

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

R = 43.24%
G = 17.71%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E35DCD (or 0xE35DCD) is known color: Free Speech Magenta. HEX triplet: E3, 5D and CD. RGB value is (227,93,205). Sum of RGB (Red+Green+Blue) = 227+93+205=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DCD is #1CA232. Grayscale: #919191. Windows color (decimal): -1876531 or 13458915. OLE color: 13458915.

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

Color convert

RGB 227 93 205 -
CMYK 0 0.59 0.10 0.11
HSL 309.85º 0.71% 0.63% -
HSV(B) 309.85º 0.59% 0.89% -
XYZ 46.61 28.57 60.81 -
YUV 145.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 227 93 205 0 0.59 0.10 0.11 309.85 0.71 0.63
Hex E3 5D CD 0 3B A B 136 47 3F
Octal 343 135 315 0 73 12 13 466 107 77
Binary 11100011 1011101 11001101 0 111011 1010 1011 100110110 1000111 111111

Color Harmonies of #E35DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DCD

Black with #E35DCD

Text Example


Text Example

White with #E35DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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