Html Css Color HEX #E15CEB Free Speech Magenta

📋 copy color: '#E15CEB'

red 225 ◦ green 92 ◦ blue 235

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

Shades of Free Speech Magenta #E15CEB

Tints of Free Speech Magenta #E15CEB

RGB

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

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

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

R = 40.76%
G = 16.67%
B = 42.57%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E15CEB (or 0xE15CEB) is known color: Free Speech Magenta. HEX triplet: E1, 5C and EB. RGB value is (225,92,235). Sum of RGB (Red+Green+Blue) = 225+92+235=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #E15CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CEB is #1EA314. Grayscale: #939393. Windows color (decimal): -2007829 or 15424737. OLE color: 15424737.

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

Color convert

RGB 225 92 235 -
CMYK 0.04 0.61 0 0.08
HSL 295.8º 0.78% 0.64% -
HSV(B) 295.8º 0.61% 0.92% -
XYZ 49.87 29.66 81.69 -
YUV 148.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 225 92 235 0.04 0.61 0 0.08 295.8 0.78 0.64
Hex E1 5C EB 4 3D 0 8 128 4E 40
Octal 341 134 353 4 75 0 10 450 116 100
Binary 11100001 1011100 11101011 100 111101 0 1000 100101000 1001110 1000000

Color Harmonies of #E15CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CEB

Black with #E15CEB

Text Example


Text Example

White with #E15CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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