Html Css Color HEX #E259EB Free Speech Magenta

📋 copy color: '#E259EB'

red 226 ◦ green 89 ◦ blue 235

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

Shades of Free Speech Magenta #E259EB

Tints of Free Speech Magenta #E259EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 41.09%
G = 16.18%
B = 42.73%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E259EB (or 0xE259EB) is known color: Free Speech Magenta. HEX triplet: E2, 59 and EB. RGB value is (226,89,235). Sum of RGB (Red+Green+Blue) = 226+89+235=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 89 (35.16% from 255 or 16.18% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #E259EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E259EB is #1DA614. Grayscale: #929292. Windows color (decimal): -1943061 or 15423970. OLE color: 15423970.

HSL color Cylindrical-coordinate representation of color #E259EB: hue angle of 296.3º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E259EB is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 89 235 -
CMYK 0.04 0.62 0 0.08
HSL 296.3º 0.78% 0.64% -
HSV(B) 296.3º 0.62% 0.92% -
XYZ 49.93 29.31 81.62 -
YUV 146.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 226 89 235 0.04 0.62 0 0.08 296.3 0.78 0.64
Hex E2 59 EB 4 3E 0 8 128 4E 40
Octal 342 131 353 4 76 0 10 450 116 100
Binary 11100010 1011001 11101011 100 111110 0 1000 100101000 1001110 1000000

Color Harmonies of #E259EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E259EB

Black with #E259EB

Text Example


Text Example

White with #E259EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E259EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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