Html Css Color HEX #E04CDB Free Speech Magenta

📋 copy color: '#E04CDB'

red 224 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #E04CDB

Tints of Free Speech Magenta #E04CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 43.16%
G = 14.64%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E04CDB (or 0xE04CDB) is known color: Free Speech Magenta. HEX triplet: E0, 4C and DB. RGB value is (224,76,219). Sum of RGB (Red+Green+Blue) = 224+76+219=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CDB is #1FB324. Grayscale: #888888. Windows color (decimal): -2077477 or 14372064. OLE color: 14372064.

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

Color convert

RGB 224 76 219 -
CMYK 0 0.66 0.02 0.12
HSL 302.03º 0.7% 0.59% -
HSV(B) 302.03º 0.66% 0.88% -
XYZ 46.11 26.13 69.63 -
YUV 136.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 224 76 219 0 0.66 0.02 0.12 302.03 0.7 0.59
Hex E0 4C DB 0 42 2 C 12E 46 3B
Octal 340 114 333 0 102 2 14 456 106 73
Binary 11100000 1001100 11011011 0 1000010 10 1100 100101110 1000110 111011

Color Harmonies of #E04CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CDB

Black with #E04CDB

Text Example


Text Example

White with #E04CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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