Html Css Color HEX #E137DA Free Speech Magenta

📋 copy color: '#E137DA'

red 225 ◦ green 55 ◦ blue 218

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

Shades of Free Speech Magenta #E137DA

Tints of Free Speech Magenta #E137DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.04%

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 45.18%
G = 11.04%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E137DA (or 0xE137DA) is known color: Free Speech Magenta. HEX triplet: E1, 37 and DA. RGB value is (225,55,218). Sum of RGB (Red+Green+Blue) = 225+55+218=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E137DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137DA is #1EC825. Grayscale: #7B7B7B. Windows color (decimal): -2017318 or 14301153. OLE color: 14301153.

HSL color Cylindrical-coordinate representation of color #E137DA: hue angle of 302.47º 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 #E137DA is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 218 -
CMYK 0 0.76 0.03 0.12
HSL 302.47º 0.74% 0.55% -
HSV(B) 302.47º 0.76% 0.88% -
XYZ 45.07 23.8 68.55 -
YUV 124.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 225 55 218 0 0.76 0.03 0.12 302.47 0.74 0.55
Hex E1 37 DA 0 4C 3 C 12E 4A 37
Octal 341 67 332 0 114 3 14 456 112 67
Binary 11100001 110111 11011010 0 1001100 11 1100 100101110 1001010 110111

Color Harmonies of #E137DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137DA

Black with #E137DA

Text Example


Text Example

White with #E137DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137DA; }

 p { color: rgb(225,55,218); }

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

background-color css

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

 a { background-color: rgb(225,55,218); }

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

border-color css

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

 span { border-color: rgb(225,55,218); }

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