Html Css Color HEX #E364DA Free Speech Magenta

📋 copy color: '#E364DA'

red 227 ◦ green 100 ◦ blue 218

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

Shades of Free Speech Magenta #E364DA

Tints of Free Speech Magenta #E364DA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.35%

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

R = 41.65%
G = 18.35%
B = 40%

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

#E364DA (or 0xE364DA) is known color: Free Speech Magenta. HEX triplet: E3, 64 and DA. RGB value is (227,100,218). Sum of RGB (Red+Green+Blue) = 227+100+218=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E364DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364DA is #1C9B25. Grayscale: #979797. Windows color (decimal): -1874726 or 14312675. OLE color: 14312675.

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

Color convert

RGB 227 100 218 -
CMYK 0 0.56 0.04 0.11
HSL 304.25º 0.69% 0.64% -
HSV(B) 304.25º 0.56% 0.89% -
XYZ 48.89 30.51 69.64 -
YUV 151.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 227 100 218 0 0.56 0.04 0.11 304.25 0.69 0.64
Hex E3 64 DA 0 38 4 B 130 45 40
Octal 343 144 332 0 70 4 13 460 105 100
Binary 11100011 1100100 11011010 0 111000 100 1011 100110000 1000101 1000000

Color Harmonies of #E364DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364DA

Black with #E364DA

Text Example


Text Example

White with #E364DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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