Html Css Color HEX #E13EDE Free Speech Magenta

📋 copy color: '#E13EDE'

red 225 ◦ green 62 ◦ blue 222

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

Shades of Free Speech Magenta #E13EDE

Tints of Free Speech Magenta #E13EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.18%

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 44.2%
G = 12.18%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E13EDE (or 0xE13EDE) is known color: Free Speech Magenta. HEX triplet: E1, 3E and DE. RGB value is (225,62,222). Sum of RGB (Red+Green+Blue) = 225+62+222=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EDE is #1EC121. Grayscale: #808080. Windows color (decimal): -2015522 or 14565089. OLE color: 14565089.

HSL color Cylindrical-coordinate representation of color #E13EDE: hue angle of 301.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13EDE is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 62 222 -
CMYK 0 0.72 0.01 0.12
HSL 301.1º 0.73% 0.56% -
HSV(B) 301.1º 0.72% 0.88% -
XYZ 45.96 24.73 71.46 -
YUV 128.98 180.5 196.49 -
System Red Green Blue C M Y K H S L
Decimal 225 62 222 0 0.72 0.01 0.12 301.1 0.73 0.56
Hex E1 3E DE 0 48 1 C 12D 49 38
Octal 341 76 336 0 110 1 14 455 111 70
Binary 11100001 111110 11011110 0 1001000 1 1100 100101101 1001001 111000

Color Harmonies of #E13EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13EDE

Black with #E13EDE

Text Example


Text Example

White with #E13EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13EDE; }

 p { color: rgb(225,62,222); }

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

background-color css

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

 a { background-color: rgb(225,62,222); }

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

border-color css

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

 span { border-color: rgb(225,62,222); }

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