Html Css Color HEX #E352D4 Free Speech Magenta

📋 copy color: '#E352D4'

red 227 ◦ green 82 ◦ blue 212

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

Shades of Free Speech Magenta #E352D4

Tints of Free Speech Magenta #E352D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 43.57%
G = 15.74%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E352D4 (or 0xE352D4) is known color: Free Speech Magenta. HEX triplet: E3, 52 and D4. RGB value is (227,82,212). Sum of RGB (Red+Green+Blue) = 227+82+212=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E352D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352D4 is #1CAD2B. Grayscale: #8B8B8B. Windows color (decimal): -1879340 or 13914851. OLE color: 13914851.

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

Color convert

RGB 227 82 212 -
CMYK 0 0.64 0.07 0.11
HSL 306.21º 0.72% 0.61% -
HSV(B) 306.21º 0.64% 0.89% -
XYZ 46.58 27.12 65.07 -
YUV 140.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 227 82 212 0 0.64 0.07 0.11 306.21 0.72 0.61
Hex E3 52 D4 0 40 7 B 132 48 3D
Octal 343 122 324 0 100 7 13 462 110 75
Binary 11100011 1010010 11010100 0 1000000 111 1011 100110010 1001000 111101

Color Harmonies of #E352D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E352D4

Black with #E352D4

Text Example


Text Example

White with #E352D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E352D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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