Html Css Color HEX #E15CEF Free Speech Magenta

📋 copy color: '#E15CEF'

red 225 ◦ green 92 ◦ blue 239

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

Shades of Free Speech Magenta #E15CEF

Tints of Free Speech Magenta #E15CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 40.47%
G = 16.55%
B = 42.99%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E15CEF (or 0xE15CEF) is known color: Free Speech Magenta. HEX triplet: E1, 5C and EF. RGB value is (225,92,239). Sum of RGB (Red+Green+Blue) = 225+92+239=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #E15CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CEF is #1EA310. Grayscale: #949494. Windows color (decimal): -2007825 or 15686881. OLE color: 15686881.

HSL color Cylindrical-coordinate representation of color #E15CEF: hue angle of 294.29º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15CEF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 92 239 -
CMYK 0.06 0.62 0 0.06
HSL 294.29º 0.82% 0.65% -
HSV(B) 294.29º 0.62% 0.94% -
XYZ 50.46 29.89 84.77 -
YUV 148.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 225 92 239 0.06 0.62 0 0.06 294.29 0.82 0.65
Hex E1 5C EF 6 3E 0 6 126 52 41
Octal 341 134 357 6 76 0 6 446 122 101
Binary 11100001 1011100 11101111 110 111110 0 110 100100110 1010010 1000001

Color Harmonies of #E15CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CEF

Black with #E15CEF

Text Example


Text Example

White with #E15CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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