Html Css Color HEX #E953EE Free Speech Magenta

📋 copy color: '#E953EE'

red 233 ◦ green 83 ◦ blue 238

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

Shades of Free Speech Magenta #E953EE

Tints of Free Speech Magenta #E953EE

RGB

 RED value IS 233 (91.41% from 255) = 42.06%

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

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

R = 42.06%
G = 14.98%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E953EE (or 0xE953EE) is known color: Free Speech Magenta. HEX triplet: E9, 53 and EE. RGB value is (233,83,238). Sum of RGB (Red+Green+Blue) = 233+83+238=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #E953EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E953EE is #16AC11. Grayscale: #919191. Windows color (decimal): -1485842 or 15619049. OLE color: 15619049.

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

Color convert

RGB 233 83 238 -
CMYK 0.02 0.65 0 0.07
HSL 298.06º 0.82% 0.63% -
HSV(B) 298.06º 0.65% 0.93% -
XYZ 52.13 29.68 83.87 -
YUV 145.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 233 83 238 0.02 0.65 0 0.07 298.06 0.82 0.63
Hex E9 53 EE 2 41 0 7 12A 52 3F
Octal 351 123 356 2 101 0 7 452 122 77
Binary 11101001 1010011 11101110 10 1000001 0 111 100101010 1010010 111111

Color Harmonies of #E953EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953EE

Black with #E953EE

Text Example


Text Example

White with #E953EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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