Html Css Color HEX #E04CB6 Free Speech Magenta

📋 copy color: '#E04CB6'

red 224 ◦ green 76 ◦ blue 182

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

Shades of Free Speech Magenta #E04CB6

Tints of Free Speech Magenta #E04CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.76%

R = 46.47%
G = 15.77%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E04CB6 (or 0xE04CB6) is known color: Free Speech Magenta. HEX triplet: E0, 4C and B6. RGB value is (224,76,182). Sum of RGB (Red+Green+Blue) = 224+76+182=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CB6 is #1FB349. Grayscale: #848484. Windows color (decimal): -2077514 or 11947232. OLE color: 11947232.

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

Color convert

RGB 224 76 182 -
CMYK 0 0.66 0.19 0.12
HSL 317.03º 0.7% 0.59% -
HSV(B) 317.03º 0.66% 0.88% -
XYZ 41.77 24.39 46.76 -
YUV 132.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 224 76 182 0 0.66 0.19 0.12 317.03 0.7 0.59
Hex E0 4C B6 0 42 13 C 13D 46 3B
Octal 340 114 266 0 102 23 14 475 106 73
Binary 11100000 1001100 10110110 0 1000010 10011 1100 100111101 1000110 111011

Color Harmonies of #E04CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CB6

Black with #E04CB6

Text Example


Text Example

White with #E04CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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