Html Css Color HEX #E04CBE Free Speech Magenta

📋 copy color: '#E04CBE'

red 224 ◦ green 76 ◦ blue 190

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

Shades of Free Speech Magenta #E04CBE

Tints of Free Speech Magenta #E04CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 45.71%
G = 15.51%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E04CBE (or 0xE04CBE) is known color: Free Speech Magenta. HEX triplet: E0, 4C and BE. RGB value is (224,76,190). Sum of RGB (Red+Green+Blue) = 224+76+190=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CBE is #1FB341. Grayscale: #848484. Windows color (decimal): -2077506 or 12471520. OLE color: 12471520.

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

Color convert

RGB 224 76 190 -
CMYK 0 0.66 0.15 0.12
HSL 313.78º 0.7% 0.59% -
HSV(B) 313.78º 0.66% 0.88% -
XYZ 42.62 24.73 51.24 -
YUV 133.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 224 76 190 0 0.66 0.15 0.12 313.78 0.7 0.59
Hex E0 4C BE 0 42 F C 13A 46 3B
Octal 340 114 276 0 102 17 14 472 106 73
Binary 11100000 1001100 10111110 0 1000010 1111 1100 100111010 1000110 111011

Color Harmonies of #E04CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CBE

Black with #E04CBE

Text Example


Text Example

White with #E04CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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