#E267C5

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

Shades of Free Speech Magenta #E267C5

Tints of Free Speech Magenta #E267C5

Color information

#E267C5 (or 0xE267C5) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 67 and C5. RGB value is (226,103,197). Sum of RGB (Red+Green+Blue) = 226+103+197=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E267C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E267C5 is #1D983A. Grayscale: #969696. Windows color (decimal): -1939515 or 12937186. OLE color: 12937186.

HSL color Cylindrical-coordinate representation of color #E267C5: hue angle of 314.15º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E267C5 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB226103197-
CMYK00.540.130.11
HSL314.15º67.96%64.51%-
HSV(B)314.15º54.42%88.63%-
XYZ46.2929.956.15-
YUV150.49154.25181.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=42.97%
G=19.58%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610319700.540.130.11314.1567.9664.51
HexE267C5036DB13a4441
Octal3421473050661513472104101
Binary1110001011001111100010101101101101101110011101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E267C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E267C5; }

 p { color: rgb(226,103,197); }

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

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

 a { background-color: rgb(226,103,197); }

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

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

 span { border-color: rgb(226,103,197); }

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