Html Css Color HEX #E163DD Free Speech Magenta

📋 copy color: '#E163DD'

red 225 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #E163DD

Tints of Free Speech Magenta #E163DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 41.28%
G = 18.17%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E163DD (or 0xE163DD) is known color: Free Speech Magenta. HEX triplet: E1, 63 and DD. RGB value is (225,99,221). Sum of RGB (Red+Green+Blue) = 225+99+221=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E163DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163DD is #1E9C22. Grayscale: #969696. Windows color (decimal): -2006051 or 14509025. OLE color: 14509025.

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

Color convert

RGB 225 99 221 -
CMYK 0 0.56 0.02 0.12
HSL 301.9º 0.68% 0.64% -
HSV(B) 301.9º 0.56% 0.88% -
XYZ 48.56 30.15 71.67 -
YUV 150.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 225 99 221 0 0.56 0.02 0.12 301.9 0.68 0.64
Hex E1 63 DD 0 38 2 C 12E 44 40
Octal 341 143 335 0 70 2 14 456 104 100
Binary 11100001 1100011 11011101 0 111000 10 1100 100101110 1000100 1000000

Color Harmonies of #E163DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E163DD

Black with #E163DD

Text Example


Text Example

White with #E163DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E163DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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