Html Css Color HEX #E364D7 Free Speech Magenta

📋 copy color: '#E364D7'

red 227 ◦ green 100 ◦ blue 215

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

Shades of Free Speech Magenta #E364D7

Tints of Free Speech Magenta #E364D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 41.88%
G = 18.45%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E364D7 (or 0xE364D7) is known color: Free Speech Magenta. HEX triplet: E3, 64 and D7. RGB value is (227,100,215). Sum of RGB (Red+Green+Blue) = 227+100+215=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E364D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364D7 is #1C9B28. Grayscale: #969696. Windows color (decimal): -1874729 or 14116067. OLE color: 14116067.

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

Color convert

RGB 227 100 215 -
CMYK 0 0.56 0.05 0.11
HSL 305.67º 0.69% 0.64% -
HSV(B) 305.67º 0.56% 0.89% -
XYZ 48.5 30.35 67.59 -
YUV 151.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 227 100 215 0 0.56 0.05 0.11 305.67 0.69 0.64
Hex E3 64 D7 0 38 5 B 132 45 40
Octal 343 144 327 0 70 5 13 462 105 100
Binary 11100011 1100100 11010111 0 111000 101 1011 100110010 1000101 1000000

Color Harmonies of #E364D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364D7

Black with #E364D7

Text Example


Text Example

White with #E364D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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