Html Css Color HEX #E15DDA Free Speech Magenta

📋 copy color: '#E15DDA'

red 225 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #E15DDA

Tints of Free Speech Magenta #E15DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 41.98%
G = 17.35%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E15DDA (or 0xE15DDA) is known color: Free Speech Magenta. HEX triplet: E1, 5D and DA. RGB value is (225,93,218). Sum of RGB (Red+Green+Blue) = 225+93+218=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DDA is #1EA225. Grayscale: #929292. Windows color (decimal): -2007590 or 14310881. OLE color: 14310881.

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

Color convert

RGB 225 93 218 -
CMYK 0 0.59 0.03 0.12
HSL 303.18º 0.69% 0.62% -
HSV(B) 303.18º 0.59% 0.88% -
XYZ 47.62 28.9 69.4 -
YUV 146.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 225 93 218 0 0.59 0.03 0.12 303.18 0.69 0.62
Hex E1 5D DA 0 3B 3 C 12F 45 3E
Octal 341 135 332 0 73 3 14 457 105 76
Binary 11100001 1011101 11011010 0 111011 11 1100 100101111 1000101 111110

Color Harmonies of #E15DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DDA

Black with #E15DDA

Text Example


Text Example

White with #E15DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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