Html Css Color HEX #E352D6 Free Speech Magenta

📋 copy color: '#E352D6'

red 227 ◦ green 82 ◦ blue 214

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

Shades of Free Speech Magenta #E352D6

Tints of Free Speech Magenta #E352D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 43.4%
G = 15.68%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E352D6 (or 0xE352D6) is known color: Free Speech Magenta. HEX triplet: E3, 52 and D6. RGB value is (227,82,214). Sum of RGB (Red+Green+Blue) = 227+82+214=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E352D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352D6 is #1CAD29. Grayscale: #8C8C8C. Windows color (decimal): -1879338 or 14045923. OLE color: 14045923.

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

Color convert

RGB 227 82 214 -
CMYK 0 0.64 0.06 0.11
HSL 305.38º 0.72% 0.61% -
HSV(B) 305.38º 0.64% 0.89% -
XYZ 46.83 27.22 66.4 -
YUV 140.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 227 82 214 0 0.64 0.06 0.11 305.38 0.72 0.61
Hex E3 52 D6 0 40 6 B 131 48 3D
Octal 343 122 326 0 100 6 13 461 110 75
Binary 11100011 1010010 11010110 0 1000000 110 1011 100110001 1001000 111101

Color Harmonies of #E352D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352D6

Black with #E352D6

Text Example


Text Example

White with #E352D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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