#E14FCB

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

Shades of Free Speech Magenta #E14FCB

Tints of Free Speech Magenta #E14FCB

Color information

#E14FCB (or 0xE14FCB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4F and CB. RGB value is (225,79,203). Sum of RGB (Red+Green+Blue) = 225+79+203=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FCB is #1EB034. Grayscale: #888888. Windows color (decimal): -2011189 or 13324257. OLE color: 13324257.

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

Color convert

RGB22579203-
CMYK00.650.100.12
HSL309.04º70.87%59.61%-
HSV(B)309.04º64.89%88.24%-
XYZ44.6325.9159.15-
YUV136.79165.37190.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 79 (31.25% from 255) = 15.58%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=44.38%
G=15.58%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257920300.650.100.12309.0470.8759.61
HexE14FCB041AC135473c
Octal3411173130101121446510774
Binary1110000110011111100101101000001101011001001101011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14FCB; }

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

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

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

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

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

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

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

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