Html Css Color HEX #E04CB9 Free Speech Magenta

📋 copy color: '#E04CB9'

red 224 ◦ green 76 ◦ blue 185

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

Shades of Free Speech Magenta #E04CB9

Tints of Free Speech Magenta #E04CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 46.19%
G = 15.67%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E04CB9 (or 0xE04CB9) is known color: Free Speech Magenta. HEX triplet: E0, 4C and B9. RGB value is (224,76,185). Sum of RGB (Red+Green+Blue) = 224+76+185=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CB9 is #1FB346. Grayscale: #848484. Windows color (decimal): -2077511 or 12143840. OLE color: 12143840.

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

Color convert

RGB 224 76 185 -
CMYK 0 0.66 0.17 0.12
HSL 315.81º 0.7% 0.59% -
HSV(B) 315.81º 0.66% 0.88% -
XYZ 42.08 24.52 48.41 -
YUV 132.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 224 76 185 0 0.66 0.17 0.12 315.81 0.7 0.59
Hex E0 4C B9 0 42 11 C 13C 46 3B
Octal 340 114 271 0 102 21 14 474 106 73
Binary 11100000 1001100 10111001 0 1000010 10001 1100 100111100 1000110 111011

Color Harmonies of #E04CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CB9

Black with #E04CB9

Text Example


Text Example

White with #E04CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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