Html Css Color HEX #E136E6 Free Speech Magenta

📋 copy color: '#E136E6'

red 225 ◦ green 54 ◦ blue 230

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

Shades of Free Speech Magenta #E136E6

Tints of Free Speech Magenta #E136E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 44.2%
G = 10.61%
B = 45.19%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E136E6 (or 0xE136E6) is known color: Free Speech Magenta. HEX triplet: E1, 36 and E6. RGB value is (225,54,230). Sum of RGB (Red+Green+Blue) = 225+54+230=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 54 (21.48% from 255 or 10.61% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #E136E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136E6 is #1EC919. Grayscale: #7C7C7C. Windows color (decimal): -2017562 or 15087329. OLE color: 15087329.

HSL color Cylindrical-coordinate representation of color #E136E6: hue angle of 298.3º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E136E6 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 54 230 -
CMYK 0.02 0.77 0 0.10
HSL 298.3º 0.78% 0.56% -
HSV(B) 298.3º 0.77% 0.9% -
XYZ 46.65 24.36 77.11 -
YUV 125.19 187.15 199.19 -
System Red Green Blue C M Y K H S L
Decimal 225 54 230 0.02 0.77 0 0.10 298.3 0.78 0.56
Hex E1 36 E6 2 4D 0 A 12A 4E 38
Octal 341 66 346 2 115 0 12 452 116 70
Binary 11100001 110110 11100110 10 1001101 0 1010 100101010 1001110 111000

Color Harmonies of #E136E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136E6

Black with #E136E6

Text Example


Text Example

White with #E136E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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