Html Css Color HEX #E064C5 Free Speech Magenta

📋 copy color: '#E064C5'

red 224 ◦ green 100 ◦ blue 197

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

Shades of Free Speech Magenta #E064C5

Tints of Free Speech Magenta #E064C5

RGB

 RED value IS 224 (87.89% from 255) = 42.99%

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 42.99%
G = 19.19%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E064C5 (or 0xE064C5) is known color: Free Speech Magenta. HEX triplet: E0, 64 and C5. RGB value is (224,100,197). Sum of RGB (Red+Green+Blue) = 224+100+197=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E064C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064C5 is #1F9B3A. Grayscale: #939393. Windows color (decimal): -2071355 or 12936416. OLE color: 12936416.

HSL color Cylindrical-coordinate representation of color #E064C5: hue angle of 313.06º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064C5 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 197 -
CMYK 0 0.55 0.12 0.12
HSL 313.06º 0.67% 0.64% -
HSV(B) 313.06º 0.55% 0.88% -
XYZ 45.38 28.99 56.03 -
YUV 148.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 224 100 197 0 0.55 0.12 0.12 313.06 0.67 0.64
Hex E0 64 C5 0 37 C C 139 43 40
Octal 340 144 305 0 67 14 14 471 103 100
Binary 11100000 1100100 11000101 0 110111 1100 1100 100111001 1000011 1000000

Color Harmonies of #E064C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064C5

Black with #E064C5

Text Example


Text Example

White with #E064C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064C5; }

 p { color: rgb(224,100,197); }

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

background-color css

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

 a { background-color: rgb(224,100,197); }

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

border-color css

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

 span { border-color: rgb(224,100,197); }

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