Html Css Color HEX #E250ED Free Speech Magenta

📋 copy color: '#E250ED'

red 226 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #E250ED

Tints of Free Speech Magenta #E250ED

RGB

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

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

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

R = 41.62%
G = 14.73%
B = 43.65%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E250ED (or 0xE250ED) is known color: Free Speech Magenta. HEX triplet: E2, 50 and ED. RGB value is (226,80,237). Sum of RGB (Red+Green+Blue) = 226+80+237=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #E250ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250ED is #1DAF12. Grayscale: #8D8D8D. Windows color (decimal): -1945363 or 15552738. OLE color: 15552738.

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

Color convert

RGB 226 80 237 -
CMYK 0.05 0.66 0 0.07
HSL 295.8º 0.81% 0.62% -
HSV(B) 295.8º 0.66% 0.93% -
XYZ 49.52 28.02 82.92 -
YUV 141.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 226 80 237 0.05 0.66 0 0.07 295.8 0.81 0.62
Hex E2 50 ED 5 42 0 7 128 51 3E
Octal 342 120 355 5 102 0 7 450 121 76
Binary 11100010 1010000 11101101 101 1000010 0 111 100101000 1010001 111110

Color Harmonies of #E250ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E250ED

Black with #E250ED

Text Example


Text Example

White with #E250ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E250ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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