Html Css Color HEX #E15DD0 Free Speech Magenta

📋 copy color: '#E15DD0'

red 225 ◦ green 93 ◦ blue 208

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

Shades of Free Speech Magenta #E15DD0

Tints of Free Speech Magenta #E15DD0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.68%

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 42.78%
G = 17.68%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E15DD0 (or 0xE15DD0) is known color: Free Speech Magenta. HEX triplet: E1, 5D and D0. RGB value is (225,93,208). Sum of RGB (Red+Green+Blue) = 225+93+208=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DD0 is #1EA22F. Grayscale: #919191. Windows color (decimal): -2007600 or 13655521. OLE color: 13655521.

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

Color convert

RGB 225 93 208 -
CMYK 0 0.59 0.08 0.12
HSL 307.73º 0.69% 0.62% -
HSV(B) 307.73º 0.59% 0.88% -
XYZ 46.35 28.39 62.71 -
YUV 145.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 225 93 208 0 0.59 0.08 0.12 307.73 0.69 0.62
Hex E1 5D D0 0 3B 8 C 134 45 3E
Octal 341 135 320 0 73 10 14 464 105 76
Binary 11100001 1011101 11010000 0 111011 1000 1100 100110100 1000101 111110

Color Harmonies of #E15DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DD0

Black with #E15DD0

Text Example


Text Example

White with #E15DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DD0; }

 p { color: rgb(225,93,208); }

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

background-color css

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

 a { background-color: rgb(225,93,208); }

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

border-color css

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

 span { border-color: rgb(225,93,208); }

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