#E267C4

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

Shades of Free Speech Magenta #E267C4

Tints of Free Speech Magenta #E267C4

Color information

#E267C4 (or 0xE267C4) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 67 and C4. RGB value is (226,103,196). Sum of RGB (Red+Green+Blue) = 226+103+196=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E267C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E267C4 is #1D983B. Grayscale: #969696. Windows color (decimal): -1939516 or 12871650. OLE color: 12871650.

HSL color Cylindrical-coordinate representation of color #E267C4: hue angle of 314.63º 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 #E267C4 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB226103196-
CMYK00.540.130.11
HSL314.63º67.96%64.51%-
HSV(B)314.63º54.42%88.63%-
XYZ46.1829.8555.55-
YUV150.38153.75181.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=43.05%
G=19.62%
B=37.33%

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
Decimal22610319600.540.130.11314.6367.9664.51
HexE267C4036DB13b4441
Octal3421473040661513473104101
Binary1110001011001111100010001101101101101110011101110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E267C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E267C4; }

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

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

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

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

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

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

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

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