Html Css Color HEX #E258E9 Free Speech Magenta

📋 copy color: '#E258E9'

red 226 ◦ green 88 ◦ blue 233

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

Shades of Free Speech Magenta #E258E9

Tints of Free Speech Magenta #E258E9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.09%

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 41.32%
G = 16.09%
B = 42.6%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E258E9 (or 0xE258E9) is known color: Free Speech Magenta. HEX triplet: E2, 58 and E9. RGB value is (226,88,233). Sum of RGB (Red+Green+Blue) = 226+88+233=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #E258E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E258E9 is #1DA716. Grayscale: #919191. Windows color (decimal): -1943319 or 15292642. OLE color: 15292642.

HSL color Cylindrical-coordinate representation of color #E258E9: hue angle of 297.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E258E9 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 88 233 -
CMYK 0.03 0.62 0 0.09
HSL 297.1º 0.77% 0.63% -
HSV(B) 297.1º 0.62% 0.91% -
XYZ 49.56 29.03 80.08 -
YUV 145.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 226 88 233 0.03 0.62 0 0.09 297.1 0.77 0.63
Hex E2 58 E9 3 3E 0 9 129 4D 3F
Octal 342 130 351 3 76 0 11 451 115 77
Binary 11100010 1011000 11101001 11 111110 0 1001 100101001 1001101 111111

Color Harmonies of #E258E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E258E9

Black with #E258E9

Text Example


Text Example

White with #E258E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E258E9; }

 p { color: rgb(226,88,233); }

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

background-color css

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

 a { background-color: rgb(226,88,233); }

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

border-color css

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

 span { border-color: rgb(226,88,233); }

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