Html Css Color HEX #E253ED Free Speech Magenta

📋 copy color: '#E253ED'

red 226 ◦ green 83 ◦ blue 237

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

Shades of Free Speech Magenta #E253ED

Tints of Free Speech Magenta #E253ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.2%

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

R = 41.39%
G = 15.2%
B = 43.41%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E253ED (or 0xE253ED) is known color: Free Speech Magenta. HEX triplet: E2, 53 and ED. RGB value is (226,83,237). Sum of RGB (Red+Green+Blue) = 226+83+237=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #E253ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E253ED is #1DAC12. Grayscale: #8E8E8E. Windows color (decimal): -1944595 or 15553506. OLE color: 15553506.

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

Color convert

RGB 226 83 237 -
CMYK 0.05 0.65 0 0.07
HSL 295.71º 0.81% 0.63% -
HSV(B) 295.71º 0.65% 0.93% -
XYZ 49.74 28.47 82.99 -
YUV 143.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 226 83 237 0.05 0.65 0 0.07 295.71 0.81 0.63
Hex E2 53 ED 5 41 0 7 128 51 3F
Octal 342 123 355 5 101 0 7 450 121 77
Binary 11100010 1010011 11101101 101 1000001 0 111 100101000 1010001 111111

Color Harmonies of #E253ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253ED

Black with #E253ED

Text Example


Text Example

White with #E253ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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