Html Css Color HEX #E15CDF Free Speech Magenta

📋 copy color: '#E15CDF'

red 225 ◦ green 92 ◦ blue 223

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

Shades of Free Speech Magenta #E15CDF

Tints of Free Speech Magenta #E15CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 41.67%
G = 17.04%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E15CDF (or 0xE15CDF) is known color: Free Speech Magenta. HEX triplet: E1, 5C and DF. RGB value is (225,92,223). Sum of RGB (Red+Green+Blue) = 225+92+223=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CDF is #1EA320. Grayscale: #929292. Windows color (decimal): -2007841 or 14638305. OLE color: 14638305.

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

Color convert

RGB 225 92 223 -
CMYK 0 0.59 0.01 0.12
HSL 300.9º 0.69% 0.62% -
HSV(B) 300.9º 0.59% 0.88% -
XYZ 48.2 28.99 72.87 -
YUV 146.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 225 92 223 0 0.59 0.01 0.12 300.9 0.69 0.62
Hex E1 5C DF 0 3B 1 C 12D 45 3E
Octal 341 134 337 0 73 1 14 455 105 76
Binary 11100001 1011100 11011111 0 111011 1 1100 100101101 1000101 111110

Color Harmonies of #E15CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CDF

Black with #E15CDF

Text Example


Text Example

White with #E15CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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