Html Css Color HEX #E348D2 Free Speech Magenta

📋 copy color: '#E348D2'

red 227 ◦ green 72 ◦ blue 210

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

Shades of Free Speech Magenta #E348D2

Tints of Free Speech Magenta #E348D2

RGB

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

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

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

R = 44.6%
G = 14.15%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E348D2 (or 0xE348D2) is known color: Free Speech Magenta. HEX triplet: E3, 48 and D2. RGB value is (227,72,210). Sum of RGB (Red+Green+Blue) = 227+72+210=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E348D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348D2 is #1CB72D. Grayscale: #858585. Windows color (decimal): -1881902 or 13781219. OLE color: 13781219.

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

Color convert

RGB 227 72 210 -
CMYK 0 0.68 0.07 0.11
HSL 306.58º 0.73% 0.59% -
HSV(B) 306.58º 0.68% 0.89% -
XYZ 45.63 25.62 63.51 -
YUV 134.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 227 72 210 0 0.68 0.07 0.11 306.58 0.73 0.59
Hex E3 48 D2 0 44 7 B 133 49 3B
Octal 343 110 322 0 104 7 13 463 111 73
Binary 11100011 1001000 11010010 0 1000100 111 1011 100110011 1001001 111011

Color Harmonies of #E348D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348D2

Black with #E348D2

Text Example


Text Example

White with #E348D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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