Html Css Color HEX #E136DD Free Speech Magenta

📋 copy color: '#E136DD'

red 225 ◦ green 54 ◦ blue 221

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

Shades of Free Speech Magenta #E136DD

Tints of Free Speech Magenta #E136DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 45%
G = 10.8%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E136DD (or 0xE136DD) is known color: Free Speech Magenta. HEX triplet: E1, 36 and DD. RGB value is (225,54,221). Sum of RGB (Red+Green+Blue) = 225+54+221=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E136DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136DD is #1EC922. Grayscale: #7B7B7B. Windows color (decimal): -2017571 or 14497505. OLE color: 14497505.

HSL color Cylindrical-coordinate representation of color #E136DD: hue angle of 301.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E136DD is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 54 221 -
CMYK 0 0.76 0.02 0.12
HSL 301.4º 0.74% 0.55% -
HSV(B) 301.4º 0.76% 0.88% -
XYZ 45.42 23.87 70.62 -
YUV 124.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 225 54 221 0 0.76 0.02 0.12 301.4 0.74 0.55
Hex E1 36 DD 0 4C 2 C 12D 4A 37
Octal 341 66 335 0 114 2 14 455 112 67
Binary 11100001 110110 11011101 0 1001100 10 1100 100101101 1001010 110111

Color Harmonies of #E136DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136DD

Black with #E136DD

Text Example


Text Example

White with #E136DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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