Html Css Color HEX #E363DA Free Speech Magenta

📋 copy color: '#E363DA'

red 227 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #E363DA

Tints of Free Speech Magenta #E363DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 41.73%
G = 18.2%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E363DA (or 0xE363DA) is known color: Free Speech Magenta. HEX triplet: E3, 63 and DA. RGB value is (227,99,218). Sum of RGB (Red+Green+Blue) = 227+99+218=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E363DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363DA is #1C9C25. Grayscale: #969696. Windows color (decimal): -1874982 or 14312419. OLE color: 14312419.

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

Color convert

RGB 227 99 218 -
CMYK 0 0.56 0.04 0.11
HSL 304.22º 0.7% 0.64% -
HSV(B) 304.22º 0.56% 0.89% -
XYZ 48.8 30.32 69.61 -
YUV 150.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 227 99 218 0 0.56 0.04 0.11 304.22 0.7 0.64
Hex E3 63 DA 0 38 4 B 130 46 40
Octal 343 143 332 0 70 4 13 460 106 100
Binary 11100011 1100011 11011010 0 111000 100 1011 100110000 1000110 1000000

Color Harmonies of #E363DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E363DA

Black with #E363DA

Text Example


Text Example

White with #E363DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E363DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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