#E13FCB

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

Shades of Free Speech Magenta #E13FCB

Tints of Free Speech Magenta #E13FCB

Color information

#E13FCB (or 0xE13FCB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3F and CB. RGB value is (225,63,203). Sum of RGB (Red+Green+Blue) = 225+63+203=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FCB is #1EC034. Grayscale: #7E7E7E. Windows color (decimal): -2015285 or 13320161. OLE color: 13320161.

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

Color convert

RGB22563203-
CMYK00.720.100.12
HSL308.15º72.97%56.47%-
HSV(B)308.15º72%88.24%-
XYZ43.6123.8758.81-
YUV127.4170.67197.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 63 (25% from 255) = 12.83%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=45.82%
G=12.83%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256320300.720.100.12308.1572.9756.47
HexE13FCB048AC1344938
Octal341773130110121446411170
Binary111000011111111100101101001000101011001001101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13FCB; }

 p { color: rgb(225,63,203); }

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

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

 a { background-color: rgb(225,63,203); }

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

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

 span { border-color: rgb(225,63,203); }

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