Html Css Color HEX #E157DD Free Speech Magenta

📋 copy color: '#E157DD'

red 225 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #E157DD

Tints of Free Speech Magenta #E157DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.32%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 42.21%
G = 16.32%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E157DD (or 0xE157DD) is known color: Free Speech Magenta. HEX triplet: E1, 57 and DD. RGB value is (225,87,221). Sum of RGB (Red+Green+Blue) = 225+87+221=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E157DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157DD is #1EA822. Grayscale: #8F8F8F. Windows color (decimal): -2009123 or 14505953. OLE color: 14505953.

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

Color convert

RGB 225 87 221 -
CMYK 0 0.61 0.02 0.12
HSL 301.74º 0.7% 0.61% -
HSV(B) 301.74º 0.61% 0.88% -
XYZ 47.51 28.04 71.32 -
YUV 143.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 225 87 221 0 0.61 0.02 0.12 301.74 0.7 0.61
Hex E1 57 DD 0 3D 2 C 12E 46 3D
Octal 341 127 335 0 75 2 14 456 106 75
Binary 11100001 1010111 11011101 0 111101 10 1100 100101110 1000110 111101

Color Harmonies of #E157DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E157DD

Black with #E157DD

Text Example


Text Example

White with #E157DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E157DD; }

 p { color: rgb(225,87,221); }

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

background-color css

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

 a { background-color: rgb(225,87,221); }

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

border-color css

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

 span { border-color: rgb(225,87,221); }

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