Html Css Color HEX #E231ED Free Speech Magenta

📋 copy color: '#E231ED'

red 226 ◦ green 49 ◦ blue 237

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

Shades of Free Speech Magenta #E231ED

Tints of Free Speech Magenta #E231ED

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.57%

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

R = 44.14%
G = 9.57%
B = 46.29%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E231ED (or 0xE231ED) is known color: Free Speech Magenta. HEX triplet: E2, 31 and ED. RGB value is (226,49,237). Sum of RGB (Red+Green+Blue) = 226+49+237=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #E231ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E231ED is #1DCE12. Grayscale: #7A7A7A. Windows color (decimal): -1953299 or 15544802. OLE color: 15544802.

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

Color convert

RGB 226 49 237 -
CMYK 0.05 0.79 0 0.07
HSL 296.49º 0.84% 0.56% -
HSV(B) 296.49º 0.79% 0.93% -
XYZ 47.75 24.48 82.33 -
YUV 123.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 226 49 237 0.05 0.79 0 0.07 296.49 0.84 0.56
Hex E2 31 ED 5 4F 0 7 128 54 38
Octal 342 61 355 5 117 0 7 450 124 70
Binary 11100010 110001 11101101 101 1001111 0 111 100101000 1010100 111000

Color Harmonies of #E231ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231ED

Black with #E231ED

Text Example


Text Example

White with #E231ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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