Html Css Color HEX #E364D4 Free Speech Magenta

📋 copy color: '#E364D4'

red 227 ◦ green 100 ◦ blue 212

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

Shades of Free Speech Magenta #E364D4

Tints of Free Speech Magenta #E364D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.33%

R = 42.12%
G = 18.55%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E364D4 (or 0xE364D4) is known color: Free Speech Magenta. HEX triplet: E3, 64 and D4. RGB value is (227,100,212). Sum of RGB (Red+Green+Blue) = 227+100+212=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E364D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364D4 is #1C9B2B. Grayscale: #969696. Windows color (decimal): -1874732 or 13919459. OLE color: 13919459.

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

Color convert

RGB 227 100 212 -
CMYK 0 0.56 0.07 0.11
HSL 307.09º 0.69% 0.64% -
HSV(B) 307.09º 0.56% 0.89% -
XYZ 48.12 30.2 65.58 -
YUV 150.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 227 100 212 0 0.56 0.07 0.11 307.09 0.69 0.64
Hex E3 64 D4 0 38 7 B 133 45 40
Octal 343 144 324 0 70 7 13 463 105 100
Binary 11100011 1100100 11010100 0 111000 111 1011 100110011 1000101 1000000

Color Harmonies of #E364D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364D4

Black with #E364D4

Text Example


Text Example

White with #E364D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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