Html Css Color HEX #E953E5 Free Speech Magenta

📋 copy color: '#E953E5'

red 233 ◦ green 83 ◦ blue 229

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

Shades of Free Speech Magenta #E953E5

Tints of Free Speech Magenta #E953E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 42.75%
G = 15.23%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E953E5 (or 0xE953E5) is known color: Free Speech Magenta. HEX triplet: E9, 53 and E5. RGB value is (233,83,229). Sum of RGB (Red+Green+Blue) = 233+83+229=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E953E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953E5 is #16AC1A. Grayscale: #909090. Windows color (decimal): -1485851 or 15029225. OLE color: 15029225.

HSL color Cylindrical-coordinate representation of color #E953E5: hue angle of 301.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E953E5 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 229 -
CMYK 0 0.64 0.02 0.09
HSL 301.6º 0.77% 0.62% -
HSV(B) 301.6º 0.64% 0.91% -
XYZ 50.84 29.17 77.08 -
YUV 144.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 233 83 229 0 0.64 0.02 0.09 301.6 0.77 0.62
Hex E9 53 E5 0 40 2 9 12E 4D 3E
Octal 351 123 345 0 100 2 11 456 115 76
Binary 11101001 1010011 11100101 0 1000000 10 1001 100101110 1001101 111110

Color Harmonies of #E953E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953E5

Black with #E953E5

Text Example


Text Example

White with #E953E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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