Html Css Color HEX #E063C5 Free Speech Magenta

📋 copy color: '#E063C5'

red 224 ◦ green 99 ◦ blue 197

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

Shades of Free Speech Magenta #E063C5

Tints of Free Speech Magenta #E063C5

RGB

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

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

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

R = 43.08%
G = 19.04%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E063C5 (or 0xE063C5) is known color: Free Speech Magenta. HEX triplet: E0, 63 and C5. RGB value is (224,99,197). Sum of RGB (Red+Green+Blue) = 224+99+197=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E063C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063C5 is #1F9C3A. Grayscale: #939393. Windows color (decimal): -2071611 or 12936160. OLE color: 12936160.

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

Color convert

RGB 224 99 197 -
CMYK 0 0.56 0.12 0.12
HSL 312.96º 0.67% 0.63% -
HSV(B) 312.96º 0.56% 0.88% -
XYZ 45.28 28.8 56 -
YUV 147.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 224 99 197 0 0.56 0.12 0.12 312.96 0.67 0.63
Hex E0 63 C5 0 38 C C 139 43 3F
Octal 340 143 305 0 70 14 14 471 103 77
Binary 11100000 1100011 11000101 0 111000 1100 1100 100111001 1000011 111111

Color Harmonies of #E063C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063C5

Black with #E063C5

Text Example


Text Example

White with #E063C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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