Html Css Color HEX #E953C0 Free Speech Magenta

📋 copy color: '#E953C0'

red 233 ◦ green 83 ◦ blue 192

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

Shades of Free Speech Magenta #E953C0

Tints of Free Speech Magenta #E953C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 45.87%
G = 16.34%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E953C0 (or 0xE953C0) is known color: Free Speech Magenta. HEX triplet: E9, 53 and C0. RGB value is (233,83,192). Sum of RGB (Red+Green+Blue) = 233+83+192=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E953C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953C0 is #16AC3F. Grayscale: #8B8B8B. Windows color (decimal): -1485888 or 12604393. OLE color: 12604393.

HSL color Cylindrical-coordinate representation of color #E953C0: hue angle of 316.4º 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 #E953C0 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 192 -
CMYK 0 0.64 0.18 0.09
HSL 316.4º 0.77% 0.62% -
HSV(B) 316.4º 0.64% 0.91% -
XYZ 46.21 27.32 52.71 -
YUV 140.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 233 83 192 0 0.64 0.18 0.09 316.4 0.77 0.62
Hex E9 53 C0 0 40 12 9 13C 4D 3E
Octal 351 123 300 0 100 22 11 474 115 76
Binary 11101001 1010011 11000000 0 1000000 10010 1001 100111100 1001101 111110

Color Harmonies of #E953C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953C0

Black with #E953C0

Text Example


Text Example

White with #E953C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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