Html Css Color HEX #E063BD Free Speech Magenta

📋 copy color: '#E063BD'

red 224 ◦ green 99 ◦ blue 189

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

Shades of Free Speech Magenta #E063BD

Tints of Free Speech Magenta #E063BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 43.75%
G = 19.34%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E063BD (or 0xE063BD) is known color: Free Speech Magenta. HEX triplet: E0, 63 and BD. RGB value is (224,99,189). Sum of RGB (Red+Green+Blue) = 224+99+189=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E063BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063BD is #1F9C42. Grayscale: #929292. Windows color (decimal): -2071619 or 12411872. OLE color: 12411872.

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

Color convert

RGB 224 99 189 -
CMYK 0 0.56 0.16 0.12
HSL 316.8º 0.67% 0.63% -
HSV(B) 316.8º 0.56% 0.88% -
XYZ 44.39 28.45 51.3 -
YUV 146.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 224 99 189 0 0.56 0.16 0.12 316.8 0.67 0.63
Hex E0 63 BD 0 38 10 C 13D 43 3F
Octal 340 143 275 0 70 20 14 475 103 77
Binary 11100000 1100011 10111101 0 111000 10000 1100 100111101 1000011 111111

Color Harmonies of #E063BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063BD

Black with #E063BD

Text Example


Text Example

White with #E063BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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