Html Css Color HEX #E253EE Free Speech Magenta

📋 copy color: '#E253EE'

red 226 ◦ green 83 ◦ blue 238

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

Shades of Free Speech Magenta #E253EE

Tints of Free Speech Magenta #E253EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 41.32%
G = 15.17%
B = 43.51%

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

#E253EE (or 0xE253EE) is known color: Free Speech Magenta. HEX triplet: E2, 53 and EE. RGB value is (226,83,238). Sum of RGB (Red+Green+Blue) = 226+83+238=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #E253EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E253EE is #1DAC11. Grayscale: #8E8E8E. Windows color (decimal): -1944594 or 15619042. OLE color: 15619042.

HSL color Cylindrical-coordinate representation of color #E253EE: hue angle of 295.35º degrees, saturation: 0.82, 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 #E253EE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 83 238 -
CMYK 0.05 0.65 0 0.07
HSL 295.35º 0.82% 0.63% -
HSV(B) 295.35º 0.65% 0.93% -
XYZ 49.89 28.53 83.77 -
YUV 143.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 226 83 238 0.05 0.65 0 0.07 295.35 0.82 0.63
Hex E2 53 EE 5 41 0 7 127 52 3F
Octal 342 123 356 5 101 0 7 447 122 77
Binary 11100010 1010011 11101110 101 1000001 0 111 100100111 1010010 111111

Color Harmonies of #E253EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253EE

Black with #E253EE

Text Example


Text Example

White with #E253EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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