Html Css Color HEX #E259ED Free Speech Magenta

📋 copy color: '#E259ED'

red 226 ◦ green 89 ◦ blue 237

#E259ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E259ED

Tints of Free Speech Magenta #E259ED

RGB

 RED value IS 226 (88.67% from 255) = 40.94%

 GREEN value IS 89 (35.16% from 255) = 16.12%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 40.94%
G = 16.12%
B = 42.93%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E259ED (or 0xE259ED) is known color: Free Speech Magenta. HEX triplet: E2, 59 and ED. RGB value is (226,89,237). Sum of RGB (Red+Green+Blue) = 226+89+237=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #E259ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E259ED is #1DA612. Grayscale: #929292. Windows color (decimal): -1943059 or 15555042. OLE color: 15555042.

HSL color Cylindrical-coordinate representation of color #E259ED: hue angle of 295.54º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E259ED is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 89 237 -
CMYK 0.05 0.62 0 0.07
HSL 295.54º 0.8% 0.64% -
HSV(B) 295.54º 0.62% 0.93% -
XYZ 50.22 29.43 83.15 -
YUV 146.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 226 89 237 0.05 0.62 0 0.07 295.54 0.8 0.64
Hex E2 59 ED 5 3E 0 7 128 50 40
Octal 342 131 355 5 76 0 7 450 120 100
Binary 11100010 1011001 11101101 101 111110 0 111 100101000 1010000 1000000

Color Harmonies of #E259ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E259ED

Black with #E259ED

Text Example


Text Example

White with #E259ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E259ED; }

 p { color: rgb(226,89,237); }

 H1.HeaderClassName
 {
   color: #E259ED;
 }
 .AnyTagClassName
 {
   color: #E259ED;
 }
</style>

background-color css

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

 a { background-color: rgb(226,89,237); }

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

border-color css

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

 span { border-color: rgb(226,89,237); }

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