#E348CA

Color #E348CA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E348CA

Tints of Free Speech Magenta #E348CA

Color information

#E348CA (or 0xE348CA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 48 and CA. RGB value is (227,72,202). Sum of RGB (Red+Green+Blue) = 227+72+202=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E348CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348CA is #1CB735. Grayscale: #848484. Windows color (decimal): -1881910 or 13256931. OLE color: 13256931.

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

Color convert

RGB22772202-
CMYK00.680.110.11
HSL309.68º73.46%58.63%-
HSV(B)309.68º68.28%89.02%-
XYZ44.6625.2358.39-
YUV133.16166.85194.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.31%
GREEN value IS 72 (28.52% from 255) = 14.37%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=45.31%
G=14.37%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277220200.680.110.11309.6873.4658.63
HexE348CA044BB136493b
Octal3431103120104131346611173
Binary1110001110010001100101001000100101110111001101101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E348CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E348CA; }

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

 H1.HeaderClassName
 {
   color: #E348CA;
 }
 .AnyTagClassName
 {
   color: #E348CA;
 }
</style>
background-color css

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

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

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

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

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

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