Html Css Color HEX #E063E1 Free Speech Magenta

📋 copy color: '#E063E1'

red 224 ◦ green 99 ◦ blue 225

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

Shades of Free Speech Magenta #E063E1

Tints of Free Speech Magenta #E063E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.06%

R = 40.88%
G = 18.07%
B = 41.06%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E063E1 (or 0xE063E1) is known color: Free Speech Magenta. HEX triplet: E0, 63 and E1. RGB value is (224,99,225). Sum of RGB (Red+Green+Blue) = 224+99+225=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #E063E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063E1 is #1F9C1E. Grayscale: #969696. Windows color (decimal): -2071583 or 14771168. OLE color: 14771168.

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

Color convert

RGB 224 99 225 -
CMYK 0.00 0.56 0 0.12
HSL 299.52º 0.68% 0.64% -
HSV(B) 299.52º 0.56% 0.88% -
XYZ 48.79 30.21 74.49 -
YUV 150.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 224 99 225 0.00 0.56 0 0.12 299.52 0.68 0.64
Hex E0 63 E1 0 38 0 C 12C 44 40
Octal 340 143 341 0 70 0 14 454 104 100
Binary 11100000 1100011 11100001 0 111000 0 1100 100101100 1000100 1000000

Color Harmonies of #E063E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063E1

Black with #E063E1

Text Example


Text Example

White with #E063E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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