Html Css Color HEX #E363DD Free Speech Magenta

📋 copy color: '#E363DD'

red 227 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #E363DD

Tints of Free Speech Magenta #E363DD

RGB

 RED value IS 227 (89.06% from 255) = 41.5%

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

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

R = 41.5%
G = 18.1%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E363DD (or 0xE363DD) is known color: Free Speech Magenta. HEX triplet: E3, 63 and DD. RGB value is (227,99,221). Sum of RGB (Red+Green+Blue) = 227+99+221=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E363DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363DD is #1C9C22. Grayscale: #969696. Windows color (decimal): -1874979 or 14509027. OLE color: 14509027.

HSL color Cylindrical-coordinate representation of color #E363DD: hue angle of 302.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363DD is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 99 221 -
CMYK 0 0.56 0.03 0.11
HSL 302.81º 0.7% 0.64% -
HSV(B) 302.81º 0.56% 0.89% -
XYZ 49.19 30.48 71.7 -
YUV 151.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 227 99 221 0 0.56 0.03 0.11 302.81 0.7 0.64
Hex E3 63 DD 0 38 3 B 12F 46 40
Octal 343 143 335 0 70 3 13 457 106 100
Binary 11100011 1100011 11011101 0 111000 11 1011 100101111 1000110 1000000

Color Harmonies of #E363DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E363DD

Black with #E363DD

Text Example


Text Example

White with #E363DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E363DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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