Html Css Color HEX #E15FEA Free Speech Magenta

📋 copy color: '#E15FEA'

red 225 ◦ green 95 ◦ blue 234

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

Shades of Free Speech Magenta #E15FEA

Tints of Free Speech Magenta #E15FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.15%

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 40.61%
G = 17.15%
B = 42.24%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E15FEA (or 0xE15FEA) is known color: Free Speech Magenta. HEX triplet: E1, 5F and EA. RGB value is (225,95,234). Sum of RGB (Red+Green+Blue) = 225+95+234=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #E15FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15FEA is #1EA015. Grayscale: #959595. Windows color (decimal): -2007062 or 15359969. OLE color: 15359969.

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

Color convert

RGB 225 95 234 -
CMYK 0.04 0.59 0 0.08
HSL 296.12º 0.77% 0.65% -
HSV(B) 296.12º 0.59% 0.92% -
XYZ 49.99 30.13 81.02 -
YUV 149.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 225 95 234 0.04 0.59 0 0.08 296.12 0.77 0.65
Hex E1 5F EA 4 3B 0 8 128 4D 41
Octal 341 137 352 4 73 0 10 450 115 101
Binary 11100001 1011111 11101010 100 111011 0 1000 100101000 1001101 1000001

Color Harmonies of #E15FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FEA

Black with #E15FEA

Text Example


Text Example

White with #E15FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FEA; }

 p { color: rgb(225,95,234); }

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

background-color css

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

 a { background-color: rgb(225,95,234); }

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

border-color css

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

 span { border-color: rgb(225,95,234); }

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