Html Css Color HEX #E352DD Free Speech Magenta

📋 copy color: '#E352DD'

red 227 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #E352DD

Tints of Free Speech Magenta #E352DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.47%

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

R = 42.83%
G = 15.47%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E352DD (or 0xE352DD) is known color: Free Speech Magenta. HEX triplet: E3, 52 and DD. RGB value is (227,82,221). Sum of RGB (Red+Green+Blue) = 227+82+221=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E352DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352DD is #1CAD22. Grayscale: #8C8C8C. Windows color (decimal): -1879331 or 14504675. OLE color: 14504675.

HSL color Cylindrical-coordinate representation of color #E352DD: hue angle of 302.48º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352DD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 221 -
CMYK 0 0.64 0.03 0.11
HSL 302.48º 0.72% 0.61% -
HSV(B) 302.48º 0.64% 0.89% -
XYZ 47.75 27.59 71.21 -
YUV 141.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 227 82 221 0 0.64 0.03 0.11 302.48 0.72 0.61
Hex E3 52 DD 0 40 3 B 12E 48 3D
Octal 343 122 335 0 100 3 13 456 110 75
Binary 11100011 1010010 11011101 0 1000000 11 1011 100101110 1001000 111101

Color Harmonies of #E352DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352DD

Black with #E352DD

Text Example


Text Example

White with #E352DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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