Html Css Color HEX #E35DDD Free Speech Magenta

📋 copy color: '#E35DDD'

red 227 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #E35DDD

Tints of Free Speech Magenta #E35DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 41.96%
G = 17.19%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E35DDD (or 0xE35DDD) is known color: Free Speech Magenta. HEX triplet: E3, 5D and DD. RGB value is (227,93,221). Sum of RGB (Red+Green+Blue) = 227+93+221=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DDD is #1CA222. Grayscale: #939393. Windows color (decimal): -1876515 or 14507491. OLE color: 14507491.

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

Color convert

RGB 227 93 221 -
CMYK 0 0.59 0.03 0.11
HSL 302.69º 0.71% 0.63% -
HSV(B) 302.69º 0.59% 0.89% -
XYZ 48.64 29.38 71.51 -
YUV 147.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 227 93 221 0 0.59 0.03 0.11 302.69 0.71 0.63
Hex E3 5D DD 0 3B 3 B 12F 47 3F
Octal 343 135 335 0 73 3 13 457 107 77
Binary 11100011 1011101 11011101 0 111011 11 1011 100101111 1000111 111111

Color Harmonies of #E35DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35DDD

Black with #E35DDD

Text Example


Text Example

White with #E35DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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