Html Css Color HEX #E153DF Free Speech Magenta

📋 copy color: '#E153DF'

red 225 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #E153DF

Tints of Free Speech Magenta #E153DF

RGB

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

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

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

R = 42.37%
G = 15.63%
B = 42%

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

#E153DF (or 0xE153DF) is known color: Free Speech Magenta. HEX triplet: E1, 53 and DF. RGB value is (225,83,223). Sum of RGB (Red+Green+Blue) = 225+83+223=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E153DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153DF is #1EAC20. Grayscale: #8D8D8D. Windows color (decimal): -2010145 or 14636001. OLE color: 14636001.

HSL color Cylindrical-coordinate representation of color #E153DF: hue angle of 300.85º degrees, saturation: 0.7, 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 #E153DF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 83 223 -
CMYK 0 0.63 0.01 0.12
HSL 300.85º 0.7% 0.6% -
HSV(B) 300.85º 0.63% 0.88% -
XYZ 47.46 27.52 72.62 -
YUV 141.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 225 83 223 0 0.63 0.01 0.12 300.85 0.7 0.6
Hex E1 53 DF 0 3F 1 C 12D 46 3C
Octal 341 123 337 0 77 1 14 455 106 74
Binary 11100001 1010011 11011111 0 111111 1 1100 100101101 1000110 111100

Color Harmonies of #E153DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153DF

Black with #E153DF

Text Example


Text Example

White with #E153DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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