#E13CCD

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

Shades of Free Speech Magenta #E13CCD

Tints of Free Speech Magenta #E13CCD

Color information

#E13CCD (or 0xE13CCD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3C and CD. RGB value is (225,60,205). Sum of RGB (Red+Green+Blue) = 225+60+205=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CCD is #1EC332. Grayscale: #7D7D7D. Windows color (decimal): -2016051 or 13450465. OLE color: 13450465.

HSL color Cylindrical-coordinate representation of color #E13CCD: hue angle of 307.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13CCD is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB22560205-
CMYK00.730.090.12
HSL307.27º73.33%55.88%-
HSV(B)307.27º73.33%88.24%-
XYZ43.6923.6560.02-
YUV125.86172.66198.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 60 (23.83% from 255) = 12.24%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=45.92%
G=12.24%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256020500.730.090.12307.2773.3355.88
HexE13CCD0499C1334938
Octal341743150111111446311170
Binary111000011111001100110101001001100111001001100111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13CCD; }

 p { color: rgb(225,60,205); }

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

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

 a { background-color: rgb(225,60,205); }

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

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

 span { border-color: rgb(225,60,205); }

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