Html Css Color HEX #E348D4 Free Speech Magenta

📋 copy color: '#E348D4'

red 227 ◦ green 72 ◦ blue 212

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

Shades of Free Speech Magenta #E348D4

Tints of Free Speech Magenta #E348D4

RGB

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

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

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

R = 44.42%
G = 14.09%
B = 41.49%

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

#E348D4 (or 0xE348D4) is known color: Free Speech Magenta. HEX triplet: E3, 48 and D4. RGB value is (227,72,212). Sum of RGB (Red+Green+Blue) = 227+72+212=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E348D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348D4 is #1CB72B. Grayscale: #858585. Windows color (decimal): -1881900 or 13912291. OLE color: 13912291.

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

Color convert

RGB 227 72 212 -
CMYK 0 0.68 0.07 0.11
HSL 305.81º 0.73% 0.59% -
HSV(B) 305.81º 0.68% 0.89% -
XYZ 45.88 25.72 64.83 -
YUV 134.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 227 72 212 0 0.68 0.07 0.11 305.81 0.73 0.59
Hex E3 48 D4 0 44 7 B 132 49 3B
Octal 343 110 324 0 104 7 13 462 111 73
Binary 11100011 1001000 11010100 0 1000100 111 1011 100110010 1001001 111011

Color Harmonies of #E348D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348D4

Black with #E348D4

Text Example


Text Example

White with #E348D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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