Html Css Color HEX #E04CCE Free Speech Magenta

📋 copy color: '#E04CCE'

red 224 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Magenta #E04CCE

Tints of Free Speech Magenta #E04CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.02%

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

R = 44.27%
G = 15.02%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E04CCE (or 0xE04CCE) is known color: Free Speech Magenta. HEX triplet: E0, 4C and CE. RGB value is (224,76,206). Sum of RGB (Red+Green+Blue) = 224+76+206=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CCE is #1FB331. Grayscale: #868686. Windows color (decimal): -2077490 or 13520096. OLE color: 13520096.

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

Color convert

RGB 224 76 206 -
CMYK 0 0.66 0.08 0.12
HSL 307.3º 0.7% 0.59% -
HSV(B) 307.3º 0.66% 0.88% -
XYZ 44.47 25.47 60.97 -
YUV 135.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 224 76 206 0 0.66 0.08 0.12 307.3 0.7 0.59
Hex E0 4C CE 0 42 8 C 133 46 3B
Octal 340 114 316 0 102 10 14 463 106 73
Binary 11100000 1001100 11001110 0 1000010 1000 1100 100110011 1000110 111011

Color Harmonies of #E04CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CCE

Black with #E04CCE

Text Example


Text Example

White with #E04CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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