Html Css Color HEX #E163C9 Free Speech Magenta

📋 copy color: '#E163C9'

red 225 ◦ green 99 ◦ blue 201

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

Shades of Free Speech Magenta #E163C9

Tints of Free Speech Magenta #E163C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.29%

R = 42.86%
G = 18.86%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E163C9 (or 0xE163C9) is known color: Free Speech Magenta. HEX triplet: E1, 63 and C9. RGB value is (225,99,201). Sum of RGB (Red+Green+Blue) = 225+99+201=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E163C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163C9 is #1E9C36. Grayscale: #949494. Windows color (decimal): -2006071 or 13198305. OLE color: 13198305.

HSL color Cylindrical-coordinate representation of color #E163C9: hue angle of 311.43º 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 #E163C9 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 99 201 -
CMYK 0 0.56 0.11 0.12
HSL 311.43º 0.68% 0.64% -
HSV(B) 311.43º 0.56% 0.88% -
XYZ 46.06 29.15 58.46 -
YUV 148.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 225 99 201 0 0.56 0.11 0.12 311.43 0.68 0.64
Hex E1 63 C9 0 38 B C 137 44 40
Octal 341 143 311 0 70 13 14 467 104 100
Binary 11100001 1100011 11001001 0 111000 1011 1100 100110111 1000100 1000000

Color Harmonies of #E163C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E163C9

Black with #E163C9

Text Example


Text Example

White with #E163C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E163C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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