Html Css Color HEX #E15CDA Free Speech Magenta

📋 copy color: '#E15CDA'

red 225 ◦ green 92 ◦ blue 218

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

Shades of Free Speech Magenta #E15CDA

Tints of Free Speech Magenta #E15CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.2%

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

R = 42.06%
G = 17.2%
B = 40.75%

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

#E15CDA (or 0xE15CDA) is known color: Free Speech Magenta. HEX triplet: E1, 5C and DA. RGB value is (225,92,218). Sum of RGB (Red+Green+Blue) = 225+92+218=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CDA is #1EA325. Grayscale: #919191. Windows color (decimal): -2007846 or 14310625. OLE color: 14310625.

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

Color convert

RGB 225 92 218 -
CMYK 0 0.59 0.03 0.12
HSL 303.16º 0.69% 0.62% -
HSV(B) 303.16º 0.59% 0.88% -
XYZ 47.53 28.72 69.37 -
YUV 146.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 225 92 218 0 0.59 0.03 0.12 303.16 0.69 0.62
Hex E1 5C DA 0 3B 3 C 12F 45 3E
Octal 341 134 332 0 73 3 14 457 105 76
Binary 11100001 1011100 11011010 0 111011 11 1100 100101111 1000101 111110

Color Harmonies of #E15CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CDA

Black with #E15CDA

Text Example


Text Example

White with #E15CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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