Html Css Color HEX #E055DF Free Speech Magenta

📋 copy color: '#E055DF'

red 224 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #E055DF

Tints of Free Speech Magenta #E055DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.98%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 42.11%
G = 15.98%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E055DF (or 0xE055DF) is known color: Free Speech Magenta. HEX triplet: E0, 55 and DF. RGB value is (224,85,223). Sum of RGB (Red+Green+Blue) = 224+85+223=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E055DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055DF is #1FAA20. Grayscale: #8D8D8D. Windows color (decimal): -2075169 or 14636512. OLE color: 14636512.

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

Color convert

RGB 224 85 223 -
CMYK 0 0.62 0.00 0.12
HSL 300.43º 0.69% 0.61% -
HSV(B) 300.43º 0.62% 0.88% -
XYZ 47.31 27.67 72.66 -
YUV 142.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 224 85 223 0 0.62 0.00 0.12 300.43 0.69 0.61
Hex E0 55 DF 0 3E 0 C 12C 45 3D
Octal 340 125 337 0 76 0 14 454 105 75
Binary 11100000 1010101 11011111 0 111110 0 1100 100101100 1000101 111101

Color Harmonies of #E055DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E055DF

Black with #E055DF

Text Example


Text Example

White with #E055DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E055DF; }

 p { color: rgb(224,85,223); }

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

background-color css

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

 a { background-color: rgb(224,85,223); }

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

border-color css

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

 span { border-color: rgb(224,85,223); }

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