Html Css Color HEX #E15FCF Free Speech Magenta

📋 copy color: '#E15FCF'

red 225 ◦ green 95 ◦ blue 207

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

Shades of Free Speech Magenta #E15FCF

Tints of Free Speech Magenta #E15FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.03%

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 42.69%
G = 18.03%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E15FCF (or 0xE15FCF) is known color: Free Speech Magenta. HEX triplet: E1, 5F and CF. RGB value is (225,95,207). Sum of RGB (Red+Green+Blue) = 225+95+207=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FCF is #1EA030. Grayscale: #929292. Windows color (decimal): -2007089 or 13590497. OLE color: 13590497.

HSL color Cylindrical-coordinate representation of color #E15FCF: hue angle of 308.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FCF is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 207 -
CMYK 0 0.58 0.08 0.12
HSL 308.31º 0.68% 0.63% -
HSV(B) 308.31º 0.58% 0.88% -
XYZ 46.41 28.7 62.12 -
YUV 146.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 225 95 207 0 0.58 0.08 0.12 308.31 0.68 0.63
Hex E1 5F CF 0 3A 8 C 134 44 3F
Octal 341 137 317 0 72 10 14 464 104 77
Binary 11100001 1011111 11001111 0 111010 1000 1100 100110100 1000100 111111

Color Harmonies of #E15FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FCF

Black with #E15FCF

Text Example


Text Example

White with #E15FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FCF; }

 p { color: rgb(225,95,207); }

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

background-color css

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

 a { background-color: rgb(225,95,207); }

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

border-color css

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

 span { border-color: rgb(225,95,207); }

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