Html Css Color HEX #E15EEB Free Speech Magenta

📋 copy color: '#E15EEB'

red 225 ◦ green 94 ◦ blue 235

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

Shades of Free Speech Magenta #E15EEB

Tints of Free Speech Magenta #E15EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.97%

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 40.61%
G = 16.97%
B = 42.42%

CMYK

 C value IS 0.04

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E15EEB (or 0xE15EEB) is known color: Free Speech Magenta. HEX triplet: E1, 5E and EB. RGB value is (225,94,235). Sum of RGB (Red+Green+Blue) = 225+94+235=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #E15EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15EEB is #1EA114. Grayscale: #949494. Windows color (decimal): -2007317 or 15425249. OLE color: 15425249.

HSL color Cylindrical-coordinate representation of color #E15EEB: hue angle of 295.74º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15EEB is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 94 235 -
CMYK 0.04 0.6 0 0.08
HSL 295.74º 0.78% 0.65% -
HSV(B) 295.74º 0.6% 0.92% -
XYZ 50.05 30.01 81.75 -
YUV 149.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 225 94 235 0.04 0.6 0 0.08 295.74 0.78 0.65
Hex E1 5E EB 4 3C 0 8 128 4E 41
Octal 341 136 353 4 74 0 10 450 116 101
Binary 11100001 1011110 11101011 100 111100 0 1000 100101000 1001110 1000001

Color Harmonies of #E15EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EEB

Black with #E15EEB

Text Example


Text Example

White with #E15EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EEB; }

 p { color: rgb(225,94,235); }

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

background-color css

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

 a { background-color: rgb(225,94,235); }

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

border-color css

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

 span { border-color: rgb(225,94,235); }

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