Html Css Color HEX #E063D6 Free Speech Magenta

📋 copy color: '#E063D6'

red 224 ◦ green 99 ◦ blue 214

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

Shades of Free Speech Magenta #E063D6

Tints of Free Speech Magenta #E063D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.85%

R = 41.71%
G = 18.44%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E063D6 (or 0xE063D6) is known color: Free Speech Magenta. HEX triplet: E0, 63 and D6. RGB value is (224,99,214). Sum of RGB (Red+Green+Blue) = 224+99+214=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E063D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063D6 is #1F9C29. Grayscale: #959595. Windows color (decimal): -2071594 or 14050272. OLE color: 14050272.

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

Color convert

RGB 224 99 214 -
CMYK 0 0.56 0.04 0.12
HSL 304.8º 0.67% 0.63% -
HSV(B) 304.8º 0.56% 0.88% -
XYZ 47.34 29.63 66.84 -
YUV 149.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 224 99 214 0 0.56 0.04 0.12 304.8 0.67 0.63
Hex E0 63 D6 0 38 4 C 131 43 3F
Octal 340 143 326 0 70 4 14 461 103 77
Binary 11100000 1100011 11010110 0 111000 100 1100 100110001 1000011 111111

Color Harmonies of #E063D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063D6

Black with #E063D6

Text Example


Text Example

White with #E063D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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