Html Css Color HEX #E15BE6 Free Speech Magenta

📋 copy color: '#E15BE6'

red 225 ◦ green 91 ◦ blue 230

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

Shades of Free Speech Magenta #E15BE6

Tints of Free Speech Magenta #E15BE6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.67%

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 41.21%
G = 16.67%
B = 42.12%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E15BE6 (or 0xE15BE6) is known color: Free Speech Magenta. HEX triplet: E1, 5B and E6. RGB value is (225,91,230). Sum of RGB (Red+Green+Blue) = 225+91+230=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #E15BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15BE6 is #1EA419. Grayscale: #929292. Windows color (decimal): -2008090 or 15096801. OLE color: 15096801.

HSL color Cylindrical-coordinate representation of color #E15BE6: hue angle of 297.84º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15BE6 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 91 230 -
CMYK 0.02 0.60 0 0.10
HSL 297.84º 0.74% 0.63% -
HSV(B) 297.84º 0.6% 0.9% -
XYZ 49.08 29.2 77.91 -
YUV 146.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 225 91 230 0.02 0.60 0 0.10 297.84 0.74 0.63
Hex E1 5B E6 2 3C 0 A 12A 4A 3F
Octal 341 133 346 2 74 0 12 452 112 77
Binary 11100001 1011011 11100110 10 111100 0 1010 100101010 1001010 111111

Color Harmonies of #E15BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BE6

Black with #E15BE6

Text Example


Text Example

White with #E15BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BE6; }

 p { color: rgb(225,91,230); }

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

background-color css

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

 a { background-color: rgb(225,91,230); }

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

border-color css

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

 span { border-color: rgb(225,91,230); }

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