Html Css Color HEX #E363DB Free Speech Magenta

📋 copy color: '#E363DB'

red 227 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #E363DB

Tints of Free Speech Magenta #E363DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 41.65%
G = 18.17%
B = 40.18%

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

#E363DB (or 0xE363DB) is known color: Free Speech Magenta. HEX triplet: E3, 63 and DB. RGB value is (227,99,219). Sum of RGB (Red+Green+Blue) = 227+99+219=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E363DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363DB is #1C9C24. Grayscale: #969696. Windows color (decimal): -1874981 or 14377955. OLE color: 14377955.

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

Color convert

RGB 227 99 219 -
CMYK 0 0.56 0.04 0.11
HSL 303.75º 0.7% 0.64% -
HSV(B) 303.75º 0.56% 0.89% -
XYZ 48.93 30.37 70.3 -
YUV 150.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 227 99 219 0 0.56 0.04 0.11 303.75 0.7 0.64
Hex E3 63 DB 0 38 4 B 130 46 40
Octal 343 143 333 0 70 4 13 460 106 100
Binary 11100011 1100011 11011011 0 111000 100 1011 100110000 1000110 1000000

Color Harmonies of #E363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E363DB

Black with #E363DB

Text Example


Text Example

White with #E363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E363DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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