#e461cb

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

Shades of Free Speech Magenta #E461CB

Tints of Free Speech Magenta #E461CB

Color information

#E461CB (or 0xE461CB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 61 and CB. RGB value is (228,97,203). Sum of RGB (Red+Green+Blue) = 228+97+203=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E461CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461CB is #1B9E34. Grayscale: #939393. Windows color (decimal): -1809973 or 13328868. OLE color: 13328868.

HSL color Cylindrical-coordinate representation of color #E461CB: hue angle of 311.45º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E461CB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB22897203-
CMYK00.570.110.11
HSL311.45º70.81%63.73%-
HSV(B)311.45º57.46%89.41%-
XYZ47.0529.3659.69-
YUV148.25158.9184.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 97 (38.28% from 255) = 18.37%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=43.18%
G=18.37%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289720300.570.110.11311.4570.8163.73
HexE461CB039BB1374740
Octal3441413130711313467107100
Binary1110010011000011100101101110011011101110011011110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e461cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e461cb; }

 p { color: rgb(228,97,203); }

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

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

 a { background-color: rgb(228,97,203); }

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

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

 span { border-color: rgb(228,97,203); }

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