#E13BDE

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

Shades of Free Speech Magenta #E13BDE

Tints of Free Speech Magenta #E13BDE

Color information

#E13BDE (or 0xE13BDE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 3B and DE. RGB value is (225,59,222). Sum of RGB (Red+Green+Blue) = 225+59+222=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BDE is #1EC421. Grayscale: #7E7E7E. Windows color (decimal): -2016290 or 14564321. OLE color: 14564321.

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

Color convert

RGB22559222-
CMYK00.740.010.12
HSL301.08º73.45%55.69%-
HSV(B)301.08º73.78%88.24%-
XYZ45.824.4171.4-
YUV127.22181.5197.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 59 (23.44% from 255) = 11.66%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=44.47%
G=11.66%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255922200.740.010.12301.0873.4555.69
HexE13BDE04A1C12d4938
Octal34173336011211445511170
Binary111000011110111101111001001010111001001011011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13BDE; }

 p { color: rgb(225,59,222); }

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

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

 a { background-color: rgb(225,59,222); }

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

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

 span { border-color: rgb(225,59,222); }

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