Html Css Color HEX #E048CE Free Speech Magenta

📋 copy color: '#E048CE'

red 224 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Magenta #E048CE

Tints of Free Speech Magenta #E048CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.34%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 44.62%
G = 14.34%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E048CE (or 0xE048CE) is known color: Free Speech Magenta. HEX triplet: E0, 48 and CE. RGB value is (224,72,206). Sum of RGB (Red+Green+Blue) = 224+72+206=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E048CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048CE is #1FB731. Grayscale: #848484. Windows color (decimal): -2078514 or 13519072. OLE color: 13519072.

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

Color convert

RGB 224 72 206 -
CMYK 0 0.68 0.08 0.12
HSL 307.11º 0.71% 0.58% -
HSV(B) 307.11º 0.68% 0.88% -
XYZ 44.2 24.94 60.88 -
YUV 132.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 224 72 206 0 0.68 0.08 0.12 307.11 0.71 0.58
Hex E0 48 CE 0 44 8 C 133 47 3A
Octal 340 110 316 0 104 10 14 463 107 72
Binary 11100000 1001000 11001110 0 1000100 1000 1100 100110011 1000111 111010

Color Harmonies of #E048CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048CE

Black with #E048CE

Text Example


Text Example

White with #E048CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048CE; }

 p { color: rgb(224,72,206); }

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

background-color css

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

 a { background-color: rgb(224,72,206); }

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

border-color css

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

 span { border-color: rgb(224,72,206); }

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