Html Css Color HEX #E153DD Free Speech Magenta

📋 copy color: '#E153DD'

red 225 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #E153DD

Tints of Free Speech Magenta #E153DD

RGB

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

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

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

R = 42.53%
G = 15.69%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E153DD (or 0xE153DD) is known color: Free Speech Magenta. HEX triplet: E1, 53 and DD. RGB value is (225,83,221). Sum of RGB (Red+Green+Blue) = 225+83+221=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E153DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153DD is #1EAC22. Grayscale: #8C8C8C. Windows color (decimal): -2010147 or 14504929. OLE color: 14504929.

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

Color convert

RGB 225 83 221 -
CMYK 0 0.63 0.02 0.12
HSL 301.69º 0.7% 0.6% -
HSV(B) 301.69º 0.63% 0.88% -
XYZ 47.2 27.41 71.21 -
YUV 141.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 225 83 221 0 0.63 0.02 0.12 301.69 0.7 0.6
Hex E1 53 DD 0 3F 2 C 12E 46 3C
Octal 341 123 335 0 77 2 14 456 106 74
Binary 11100001 1010011 11011101 0 111111 10 1100 100101110 1000110 111100

Color Harmonies of #E153DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153DD

Black with #E153DD

Text Example


Text Example

White with #E153DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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