Html Css Color HEX #E04ECB Free Speech Magenta

📋 copy color: '#E04ECB'

red 224 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Magenta #E04ECB

Tints of Free Speech Magenta #E04ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.45%

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 44.36%
G = 15.45%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E04ECB (or 0xE04ECB) is known color: Free Speech Magenta. HEX triplet: E0, 4E and CB. RGB value is (224,78,203). Sum of RGB (Red+Green+Blue) = 224+78+203=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04ECB is #1FB134. Grayscale: #878787. Windows color (decimal): -2076981 or 13324000. OLE color: 13324000.

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

Color convert

RGB 224 78 203 -
CMYK 0 0.65 0.09 0.12
HSL 308.63º 0.7% 0.59% -
HSV(B) 308.63º 0.65% 0.88% -
XYZ 44.24 25.61 59.11 -
YUV 135.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 224 78 203 0 0.65 0.09 0.12 308.63 0.7 0.59
Hex E0 4E CB 0 41 9 C 135 46 3B
Octal 340 116 313 0 101 11 14 465 106 73
Binary 11100000 1001110 11001011 0 1000001 1001 1100 100110101 1000110 111011

Color Harmonies of #E04ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ECB

Black with #E04ECB

Text Example


Text Example

White with #E04ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ECB; }

 p { color: rgb(224,78,203); }

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

background-color css

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

 a { background-color: rgb(224,78,203); }

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

border-color css

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

 span { border-color: rgb(224,78,203); }

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