Html Css Color HEX #E15CDC Free Speech Magenta

📋 copy color: '#E15CDC'

red 225 ◦ green 92 ◦ blue 220

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

Shades of Free Speech Magenta #E15CDC

Tints of Free Speech Magenta #E15CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 41.9%
G = 17.13%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E15CDC (or 0xE15CDC) is known color: Free Speech Magenta. HEX triplet: E1, 5C and DC. RGB value is (225,92,220). Sum of RGB (Red+Green+Blue) = 225+92+220=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CDC is #1EA323. Grayscale: #919191. Windows color (decimal): -2007844 or 14441697. OLE color: 14441697.

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

Color convert

RGB 225 92 220 -
CMYK 0 0.59 0.02 0.12
HSL 302.26º 0.69% 0.62% -
HSV(B) 302.26º 0.59% 0.88% -
XYZ 47.8 28.83 70.76 -
YUV 146.36 169.56 184.09 -
System Red Green Blue C M Y K H S L
Decimal 225 92 220 0 0.59 0.02 0.12 302.26 0.69 0.62
Hex E1 5C DC 0 3B 2 C 12E 45 3E
Octal 341 134 334 0 73 2 14 456 105 76
Binary 11100001 1011100 11011100 0 111011 10 1100 100101110 1000101 111110

Color Harmonies of #E15CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CDC

Black with #E15CDC

Text Example


Text Example

White with #E15CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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