Html Css Color HEX #E053DB Free Speech Magenta

📋 copy color: '#E053DB'

red 224 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #E053DB

Tints of Free Speech Magenta #E053DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.78%

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

R = 42.59%
G = 15.78%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E053DB (or 0xE053DB) is known color: Free Speech Magenta. HEX triplet: E0, 53 and DB. RGB value is (224,83,219). Sum of RGB (Red+Green+Blue) = 224+83+219=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E053DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053DB is #1FAC24. Grayscale: #8C8C8C. Windows color (decimal): -2075685 or 14373856. OLE color: 14373856.

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

Color convert

RGB 224 83 219 -
CMYK 0 0.63 0.02 0.12
HSL 302.13º 0.69% 0.6% -
HSV(B) 302.13º 0.63% 0.88% -
XYZ 46.62 27.15 69.8 -
YUV 140.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 224 83 219 0 0.63 0.02 0.12 302.13 0.69 0.6
Hex E0 53 DB 0 3F 2 C 12E 45 3C
Octal 340 123 333 0 77 2 14 456 105 74
Binary 11100000 1010011 11011011 0 111111 10 1100 100101110 1000101 111100

Color Harmonies of #E053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053DB

Black with #E053DB

Text Example


Text Example

White with #E053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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