Html Css Color HEX #E154DF Free Speech Magenta

📋 copy color: '#E154DF'

red 225 ◦ green 84 ◦ blue 223

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

Shades of Free Speech Magenta #E154DF

Tints of Free Speech Magenta #E154DF

RGB

 RED value IS 225 (88.28% from 255) = 42.29%

 GREEN value IS 84 (33.2% from 255) = 15.79%

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

R = 42.29%
G = 15.79%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E154DF (or 0xE154DF) is known color: Free Speech Magenta. HEX triplet: E1, 54 and DF. RGB value is (225,84,223). Sum of RGB (Red+Green+Blue) = 225+84+223=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 84 (33.20% from 255 or 15.79% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E154DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154DF is #1EAB20. Grayscale: #8D8D8D. Windows color (decimal): -2009889 or 14636257. OLE color: 14636257.

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

Color convert

RGB 225 84 223 -
CMYK 0 0.63 0.01 0.12
HSL 300.85º 0.7% 0.61% -
HSV(B) 300.85º 0.63% 0.88% -
XYZ 47.54 27.68 72.65 -
YUV 142.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 225 84 223 0 0.63 0.01 0.12 300.85 0.7 0.61
Hex E1 54 DF 0 3F 1 C 12D 46 3D
Octal 341 124 337 0 77 1 14 455 106 75
Binary 11100001 1010100 11011111 0 111111 1 1100 100101101 1000110 111101

Color Harmonies of #E154DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E154DF

Black with #E154DF

Text Example


Text Example

White with #E154DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E154DF; }

 p { color: rgb(225,84,223); }

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

background-color css

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

 a { background-color: rgb(225,84,223); }

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

border-color css

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

 span { border-color: rgb(225,84,223); }

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