#E260DD

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

Shades of Free Speech Magenta #E260DD

Tints of Free Speech Magenta #E260DD

Color information

#E260DD (or 0xE260DD) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 60 and DD. RGB value is (226,96,221). Sum of RGB (Red+Green+Blue) = 226+96+221=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E260DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E260DD is #1D9F22. Grayscale: #949494. Windows color (decimal): -1941283 or 14508258. OLE color: 14508258.

HSL color Cylindrical-coordinate representation of color #E260DD: hue angle of 302.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E260DD is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB22696221-
CMYK00.580.020.11
HSL302.31º69.15%63.14%-
HSV(B)302.31º57.52%88.63%-
XYZ48.629.7571.59-
YUV149.12168.57182.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 96 (37.89% from 255) = 17.68%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=41.62%
G=17.68%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269622100.580.020.11302.3169.1563.14
HexE260DD03A2B12e453f
Octal34214033507221345610577
Binary1110001011000001101110101110101010111001011101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E260DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E260DD; }

 p { color: rgb(226,96,221); }

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

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

 a { background-color: rgb(226,96,221); }

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

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

 span { border-color: rgb(226,96,221); }

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