Html Css Color HEX #E04BDB Free Speech Magenta

📋 copy color: '#E04BDB'

red 224 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #E04BDB

Tints of Free Speech Magenta #E04BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.48%

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

R = 43.24%
G = 14.48%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E04BDB (or 0xE04BDB) is known color: Free Speech Magenta. HEX triplet: E0, 4B and DB. RGB value is (224,75,219). Sum of RGB (Red+Green+Blue) = 224+75+219=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BDB is #1FB424. Grayscale: #878787. Windows color (decimal): -2077733 or 14371808. OLE color: 14371808.

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

Color convert

RGB 224 75 219 -
CMYK 0 0.67 0.02 0.12
HSL 302.01º 0.71% 0.59% -
HSV(B) 302.01º 0.67% 0.88% -
XYZ 46.04 25.99 69.61 -
YUV 135.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 224 75 219 0 0.67 0.02 0.12 302.01 0.71 0.59
Hex E0 4B DB 0 43 2 C 12E 47 3B
Octal 340 113 333 0 103 2 14 456 107 73
Binary 11100000 1001011 11011011 0 1000011 10 1100 100101110 1000111 111011

Color Harmonies of #E04BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BDB

Black with #E04BDB

Text Example


Text Example

White with #E04BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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