Html Css Color HEX #E163E0 Free Speech Magenta

📋 copy color: '#E163E0'

red 225 ◦ green 99 ◦ blue 224

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

Shades of Free Speech Magenta #E163E0

Tints of Free Speech Magenta #E163E0

RGB

 RED value IS 225 (88.28% from 255) = 41.06%

 GREEN value IS 99 (39.06% from 255) = 18.07%

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 41.06%
G = 18.07%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E163E0 (or 0xE163E0) is known color: Free Speech Magenta. HEX triplet: E1, 63 and E0. RGB value is (225,99,224). Sum of RGB (Red+Green+Blue) = 225+99+224=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E163E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163E0 is #1E9C1F. Grayscale: #969696. Windows color (decimal): -2006048 or 14705633. OLE color: 14705633.

HSL color Cylindrical-coordinate representation of color #E163E0: hue angle of 300.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163E0 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 99 224 -
CMYK 0 0.56 0.00 0.12
HSL 300.48º 0.68% 0.64% -
HSV(B) 300.48º 0.56% 0.88% -
XYZ 48.97 30.31 73.79 -
YUV 150.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 225 99 224 0 0.56 0.00 0.12 300.48 0.68 0.64
Hex E1 63 E0 0 38 0 C 12C 44 40
Octal 341 143 340 0 70 0 14 454 104 100
Binary 11100001 1100011 11100000 0 111000 0 1100 100101100 1000100 1000000

Color Harmonies of #E163E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E163E0

Black with #E163E0

Text Example


Text Example

White with #E163E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E163E0; }

 p { color: rgb(225,99,224); }

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

background-color css

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

 a { background-color: rgb(225,99,224); }

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

border-color css

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

 span { border-color: rgb(225,99,224); }

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