Html Css Color HEX #E136ED Free Speech Magenta

📋 copy color: '#E136ED'

red 225 ◦ green 54 ◦ blue 237

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

Shades of Free Speech Magenta #E136ED

Tints of Free Speech Magenta #E136ED

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.47%

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 43.6%
G = 10.47%
B = 45.93%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E136ED (or 0xE136ED) is known color: Free Speech Magenta. HEX triplet: E1, 36 and ED. RGB value is (225,54,237). Sum of RGB (Red+Green+Blue) = 225+54+237=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 54 (21.48% from 255 or 10.47% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #E136ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136ED is #1EC912. Grayscale: #7D7D7D. Windows color (decimal): -2017555 or 15546081. OLE color: 15546081.

HSL color Cylindrical-coordinate representation of color #E136ED: hue angle of 296.07º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E136ED is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 54 237 -
CMYK 0.05 0.77 0 0.07
HSL 296.07º 0.84% 0.57% -
HSV(B) 296.07º 0.77% 0.93% -
XYZ 47.66 24.76 82.39 -
YUV 125.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 225 54 237 0.05 0.77 0 0.07 296.07 0.84 0.57
Hex E1 36 ED 5 4D 0 7 128 54 39
Octal 341 66 355 5 115 0 7 450 124 71
Binary 11100001 110110 11101101 101 1001101 0 111 100101000 1010100 111001

Color Harmonies of #E136ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136ED

Black with #E136ED

Text Example


Text Example

White with #E136ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136ED; }

 p { color: rgb(225,54,237); }

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

background-color css

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

 a { background-color: rgb(225,54,237); }

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

border-color css

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

 span { border-color: rgb(225,54,237); }

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