Html Css Color HEX #E163CE Free Speech Magenta

📋 copy color: '#E163CE'

red 225 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Magenta #E163CE

Tints of Free Speech Magenta #E163CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 42.45%
G = 18.68%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E163CE (or 0xE163CE) is known color: Free Speech Magenta. HEX triplet: E1, 63 and CE. RGB value is (225,99,206). Sum of RGB (Red+Green+Blue) = 225+99+206=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E163CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163CE is #1E9C31. Grayscale: #949494. Windows color (decimal): -2006066 or 13525985. OLE color: 13525985.

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

Color convert

RGB 225 99 206 -
CMYK 0 0.56 0.08 0.12
HSL 309.05º 0.68% 0.64% -
HSV(B) 309.05º 0.56% 0.88% -
XYZ 46.65 29.39 61.61 -
YUV 148.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 225 99 206 0 0.56 0.08 0.12 309.05 0.68 0.64
Hex E1 63 CE 0 38 8 C 135 44 40
Octal 341 143 316 0 70 10 14 465 104 100
Binary 11100001 1100011 11001110 0 111000 1000 1100 100110101 1000100 1000000

Color Harmonies of #E163CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E163CE

Black with #E163CE

Text Example


Text Example

White with #E163CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E163CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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