Html Css Color HEX #E250E9 Free Speech Magenta

📋 copy color: '#E250E9'

red 226 ◦ green 80 ◦ blue 233

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

Shades of Free Speech Magenta #E250E9

Tints of Free Speech Magenta #E250E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.84%

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

R = 41.93%
G = 14.84%
B = 43.23%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E250E9 (or 0xE250E9) is known color: Free Speech Magenta. HEX triplet: E2, 50 and E9. RGB value is (226,80,233). Sum of RGB (Red+Green+Blue) = 226+80+233=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #E250E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250E9 is #1DAF16. Grayscale: #8C8C8C. Windows color (decimal): -1945367 or 15290594. OLE color: 15290594.

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

Color convert

RGB 226 80 233 -
CMYK 0.03 0.66 0 0.09
HSL 297.25º 0.78% 0.61% -
HSV(B) 297.25º 0.66% 0.91% -
XYZ 48.94 27.79 79.88 -
YUV 141.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 226 80 233 0.03 0.66 0 0.09 297.25 0.78 0.61
Hex E2 50 E9 3 42 0 9 129 4E 3D
Octal 342 120 351 3 102 0 11 451 116 75
Binary 11100010 1010000 11101001 11 1000010 0 1001 100101001 1001110 111101

Color Harmonies of #E250E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250E9

Black with #E250E9

Text Example


Text Example

White with #E250E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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