Html Css Color HEX #E044C4 Free Speech Magenta

📋 copy color: '#E044C4'

red 224 ◦ green 68 ◦ blue 196

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

Shades of Free Speech Magenta #E044C4

Tints of Free Speech Magenta #E044C4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.93%

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 45.9%
G = 13.93%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E044C4 (or 0xE044C4) is known color: Free Speech Magenta. HEX triplet: E0, 44 and C4. RGB value is (224,68,196). Sum of RGB (Red+Green+Blue) = 224+68+196=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E044C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044C4 is #1FBB3B. Grayscale: #808080. Windows color (decimal): -2079548 or 12862688. OLE color: 12862688.

HSL color Cylindrical-coordinate representation of color #E044C4: hue angle of 310.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044C4 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 196 -
CMYK 0 0.70 0.12 0.12
HSL 310.77º 0.72% 0.57% -
HSV(B) 310.77º 0.7% 0.88% -
XYZ 42.77 23.97 54.6 -
YUV 129.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 224 68 196 0 0.70 0.12 0.12 310.77 0.72 0.57
Hex E0 44 C4 0 46 C C 137 48 39
Octal 340 104 304 0 106 14 14 467 110 71
Binary 11100000 1000100 11000100 0 1000110 1100 1100 100110111 1001000 111001

Color Harmonies of #E044C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E044C4

Black with #E044C4

Text Example


Text Example

White with #E044C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E044C4; }

 p { color: rgb(224,68,196); }

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

background-color css

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

 a { background-color: rgb(224,68,196); }

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

border-color css

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

 span { border-color: rgb(224,68,196); }

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