Html Css Color HEX #E05FDB Free Speech Magenta

📋 copy color: '#E05FDB'

red 224 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #E05FDB

Tints of Free Speech Magenta #E05FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.66%

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

R = 41.64%
G = 17.66%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E05FDB (or 0xE05FDB) is known color: Free Speech Magenta. HEX triplet: E0, 5F and DB. RGB value is (224,95,219). Sum of RGB (Red+Green+Blue) = 224+95+219=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FDB is #1FA024. Grayscale: #939393. Windows color (decimal): -2072613 or 14376928. OLE color: 14376928.

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

Color convert

RGB 224 95 219 -
CMYK 0 0.58 0.02 0.12
HSL 302.33º 0.68% 0.63% -
HSV(B) 302.33º 0.58% 0.88% -
XYZ 47.62 29.15 70.13 -
YUV 147.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 224 95 219 0 0.58 0.02 0.12 302.33 0.68 0.63
Hex E0 5F DB 0 3A 2 C 12E 44 3F
Octal 340 137 333 0 72 2 14 456 104 77
Binary 11100000 1011111 11011011 0 111010 10 1100 100101110 1000100 111111

Color Harmonies of #E05FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FDB

Black with #E05FDB

Text Example


Text Example

White with #E05FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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