Html Css Color HEX #E363CD Free Speech Magenta

📋 copy color: '#E363CD'

red 227 ◦ green 99 ◦ blue 205

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

Shades of Free Speech Magenta #E363CD

Tints of Free Speech Magenta #E363CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 42.75%
G = 18.64%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E363CD (or 0xE363CD) is known color: Free Speech Magenta. HEX triplet: E3, 63 and CD. RGB value is (227,99,205). Sum of RGB (Red+Green+Blue) = 227+99+205=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E363CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363CD is #1C9C32. Grayscale: #959595. Windows color (decimal): -1874995 or 13460451. OLE color: 13460451.

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

Color convert

RGB 227 99 205 -
CMYK 0 0.56 0.10 0.11
HSL 310.31º 0.7% 0.64% -
HSV(B) 310.31º 0.56% 0.89% -
XYZ 47.16 29.66 61 -
YUV 149.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 227 99 205 0 0.56 0.10 0.11 310.31 0.7 0.64
Hex E3 63 CD 0 38 A B 136 46 40
Octal 343 143 315 0 70 12 13 466 106 100
Binary 11100011 1100011 11001101 0 111000 1010 1011 100110110 1000110 1000000

Color Harmonies of #E363CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E363CD

Black with #E363CD

Text Example


Text Example

White with #E363CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E363CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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