Html Css Color HEX #E25CEB Free Speech Magenta

📋 copy color: '#E25CEB'

red 226 ◦ green 92 ◦ blue 235

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

Shades of Free Speech Magenta #E25CEB

Tints of Free Speech Magenta #E25CEB

RGB

 RED value IS 226 (88.67% from 255) = 40.87%

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

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

R = 40.87%
G = 16.64%
B = 42.5%

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

#E25CEB (or 0xE25CEB) is known color: Free Speech Magenta. HEX triplet: E2, 5C and EB. RGB value is (226,92,235). Sum of RGB (Red+Green+Blue) = 226+92+235=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #E25CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CEB is #1DA314. Grayscale: #939393. Windows color (decimal): -1942293 or 15424738. OLE color: 15424738.

HSL color Cylindrical-coordinate representation of color #E25CEB: hue angle of 296.22º 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 #E25CEB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 92 235 -
CMYK 0.04 0.61 0 0.08
HSL 296.22º 0.78% 0.64% -
HSV(B) 296.22º 0.61% 0.92% -
XYZ 50.19 29.82 81.71 -
YUV 148.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 226 92 235 0.04 0.61 0 0.08 296.22 0.78 0.64
Hex E2 5C EB 4 3D 0 8 128 4E 40
Octal 342 134 353 4 75 0 10 450 116 100
Binary 11100010 1011100 11101011 100 111101 0 1000 100101000 1001110 1000000

Color Harmonies of #E25CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CEB

Black with #E25CEB

Text Example


Text Example

White with #E25CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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