Html Css Color HEX #E340D2 Free Speech Magenta

📋 copy color: '#E340D2'

red 227 ◦ green 64 ◦ blue 210

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

Shades of Free Speech Magenta #E340D2

Tints of Free Speech Magenta #E340D2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.77%

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 45.31%
G = 12.77%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E340D2 (or 0xE340D2) is known color: Free Speech Magenta. HEX triplet: E3, 40 and D2. RGB value is (227,64,210). Sum of RGB (Red+Green+Blue) = 227+64+210=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E340D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340D2 is #1CBF2D. Grayscale: #808080. Windows color (decimal): -1883950 or 13779171. OLE color: 13779171.

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

Color convert

RGB 227 64 210 -
CMYK 0 0.72 0.07 0.11
HSL 306.26º 0.74% 0.57% -
HSV(B) 306.26º 0.72% 0.89% -
XYZ 45.14 24.65 63.35 -
YUV 129.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 227 64 210 0 0.72 0.07 0.11 306.26 0.74 0.57
Hex E3 40 D2 0 48 7 B 132 4A 39
Octal 343 100 322 0 110 7 13 462 112 71
Binary 11100011 1000000 11010010 0 1001000 111 1011 100110010 1001010 111001

Color Harmonies of #E340D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340D2

Black with #E340D2

Text Example


Text Example

White with #E340D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340D2; }

 p { color: rgb(227,64,210); }

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

background-color css

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

 a { background-color: rgb(227,64,210); }

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

border-color css

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

 span { border-color: rgb(227,64,210); }

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