Html Css Color HEX #E048CC Free Speech Magenta

📋 copy color: '#E048CC'

red 224 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Magenta #E048CC

Tints of Free Speech Magenta #E048CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 44.8%
G = 14.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E048CC (or 0xE048CC) is known color: Free Speech Magenta. HEX triplet: E0, 48 and CC. RGB value is (224,72,204). Sum of RGB (Red+Green+Blue) = 224+72+204=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E048CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048CC is #1FB733. Grayscale: #848484. Windows color (decimal): -2078516 or 13388000. OLE color: 13388000.

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

Color convert

RGB 224 72 204 -
CMYK 0 0.68 0.09 0.12
HSL 307.89º 0.71% 0.58% -
HSV(B) 307.89º 0.68% 0.88% -
XYZ 43.96 24.84 59.6 -
YUV 132.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 224 72 204 0 0.68 0.09 0.12 307.89 0.71 0.58
Hex E0 48 CC 0 44 9 C 134 47 3A
Octal 340 110 314 0 104 11 14 464 107 72
Binary 11100000 1001000 11001100 0 1000100 1001 1100 100110100 1000111 111010

Color Harmonies of #E048CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048CC

Black with #E048CC

Text Example


Text Example

White with #E048CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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