Html Css Color HEX #E15CC2 Free Speech Magenta

📋 copy color: '#E15CC2'

red 225 ◦ green 92 ◦ blue 194

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

Shades of Free Speech Magenta #E15CC2

Tints of Free Speech Magenta #E15CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.96%

R = 44.03%
G = 18%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E15CC2 (or 0xE15CC2) is known color: Free Speech Magenta. HEX triplet: E1, 5C and C2. RGB value is (225,92,194). Sum of RGB (Red+Green+Blue) = 225+92+194=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CC2 is #1EA33D. Grayscale: #8F8F8F. Windows color (decimal): -2007870 or 12737761. OLE color: 12737761.

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

Color convert

RGB 225 92 194 -
CMYK 0 0.59 0.14 0.12
HSL 313.99º 0.69% 0.62% -
HSV(B) 313.99º 0.59% 0.88% -
XYZ 44.62 27.56 54.01 -
YUV 143.4 156.56 186.21 -
System Red Green Blue C M Y K H S L
Decimal 225 92 194 0 0.59 0.14 0.12 313.99 0.69 0.62
Hex E1 5C C2 0 3B E C 13A 45 3E
Octal 341 134 302 0 73 16 14 472 105 76
Binary 11100001 1011100 11000010 0 111011 1110 1100 100111010 1000101 111110

Color Harmonies of #E15CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CC2

Black with #E15CC2

Text Example


Text Example

White with #E15CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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