Html Css Color HEX #E063DD Free Speech Magenta

📋 copy color: '#E063DD'

red 224 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #E063DD

Tints of Free Speech Magenta #E063DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 41.18%
G = 18.2%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E063DD (or 0xE063DD) is known color: Free Speech Magenta. HEX triplet: E0, 63 and DD. RGB value is (224,99,221). Sum of RGB (Red+Green+Blue) = 224+99+221=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E063DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063DD is #1F9C22. Grayscale: #959595. Windows color (decimal): -2071587 or 14509024. OLE color: 14509024.

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

Color convert

RGB 224 99 221 -
CMYK 0 0.56 0.01 0.12
HSL 301.44º 0.67% 0.63% -
HSV(B) 301.44º 0.56% 0.88% -
XYZ 48.25 29.99 71.65 -
YUV 150.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 224 99 221 0 0.56 0.01 0.12 301.44 0.67 0.63
Hex E0 63 DD 0 38 1 C 12D 43 3F
Octal 340 143 335 0 70 1 14 455 103 77
Binary 11100000 1100011 11011101 0 111000 1 1100 100101101 1000011 111111

Color Harmonies of #E063DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063DD

Black with #E063DD

Text Example


Text Example

White with #E063DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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