#E265DA

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

Shades of Free Speech Magenta #E265DA

Tints of Free Speech Magenta #E265DA

Color information

#E265DA (or 0xE265DA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 65 and DA. RGB value is (226,101,218). Sum of RGB (Red+Green+Blue) = 226+101+218=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E265DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265DA is #1D9A25. Grayscale: #979797. Windows color (decimal): -1940006 or 14312930. OLE color: 14312930.

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

Color convert

RGB226101218-
CMYK00.550.040.11
HSL303.84º68.31%64.12%-
HSV(B)303.84º55.31%88.63%-
XYZ48.6730.5469.66-
YUV151.71165.41180.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 218 (85.55% from 255) = 40%
R=41.47%
G=18.53%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610121800.550.040.11303.8468.3164.12
HexE265DA0374B1304440
Octal342145332067413460104100
Binary111000101100101110110100110111100101110011000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E265DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E265DA; }

 p { color: rgb(226,101,218); }

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

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

 a { background-color: rgb(226,101,218); }

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

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

 span { border-color: rgb(226,101,218); }

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