Html Css Color HEX #E063D9 Free Speech Magenta

📋 copy color: '#E063D9'

red 224 ◦ green 99 ◦ blue 217

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

Shades of Free Speech Magenta #E063D9

Tints of Free Speech Magenta #E063D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 41.48%
G = 18.33%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E063D9 (or 0xE063D9) is known color: Free Speech Magenta. HEX triplet: E0, 63 and D9. RGB value is (224,99,217). Sum of RGB (Red+Green+Blue) = 224+99+217=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E063D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063D9 is #1F9C26. Grayscale: #959595. Windows color (decimal): -2071591 or 14246880. OLE color: 14246880.

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

Color convert

RGB 224 99 217 -
CMYK 0 0.56 0.03 0.12
HSL 303.36º 0.67% 0.63% -
HSV(B) 303.36º 0.56% 0.88% -
XYZ 47.73 29.78 68.88 -
YUV 149.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 224 99 217 0 0.56 0.03 0.12 303.36 0.67 0.63
Hex E0 63 D9 0 38 3 C 12F 43 3F
Octal 340 143 331 0 70 3 14 457 103 77
Binary 11100000 1100011 11011001 0 111000 11 1100 100101111 1000011 111111

Color Harmonies of #E063D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063D9

Black with #E063D9

Text Example


Text Example

White with #E063D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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