Html Css Color HEX #E348DD Free Speech Magenta

📋 copy color: '#E348DD'

red 227 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #E348DD

Tints of Free Speech Magenta #E348DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.85%

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

R = 43.65%
G = 13.85%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E348DD (or 0xE348DD) is known color: Free Speech Magenta. HEX triplet: E3, 48 and DD. RGB value is (227,72,221). Sum of RGB (Red+Green+Blue) = 227+72+221=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E348DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348DD is #1CB722. Grayscale: #868686. Windows color (decimal): -1881891 or 14502115. OLE color: 14502115.

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

Color convert

RGB 227 72 221 -
CMYK 0 0.68 0.03 0.11
HSL 302.32º 0.73% 0.59% -
HSV(B) 302.32º 0.68% 0.89% -
XYZ 47.05 26.19 70.98 -
YUV 135.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 227 72 221 0 0.68 0.03 0.11 302.32 0.73 0.59
Hex E3 48 DD 0 44 3 B 12E 49 3B
Octal 343 110 335 0 104 3 13 456 111 73
Binary 11100011 1001000 11011101 0 1000100 11 1011 100101110 1001001 111011

Color Harmonies of #E348DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348DD

Black with #E348DD

Text Example


Text Example

White with #E348DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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