Html Css Color HEX #E13ED2 Free Speech Magenta

📋 copy color: '#E13ED2'

red 225 ◦ green 62 ◦ blue 210

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

Shades of Free Speech Magenta #E13ED2

Tints of Free Speech Magenta #E13ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 45.27%
G = 12.47%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E13ED2 (or 0xE13ED2) is known color: Free Speech Magenta. HEX triplet: E1, 3E and D2. RGB value is (225,62,210). Sum of RGB (Red+Green+Blue) = 225+62+210=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ED2 is #1EC12D. Grayscale: #7F7F7F. Windows color (decimal): -2015534 or 13778657. OLE color: 13778657.

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

Color convert

RGB 225 62 210 -
CMYK 0 0.72 0.07 0.12
HSL 305.52º 0.73% 0.56% -
HSV(B) 305.52º 0.72% 0.88% -
XYZ 44.41 24.11 63.29 -
YUV 127.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 225 62 210 0 0.72 0.07 0.12 305.52 0.73 0.56
Hex E1 3E D2 0 48 7 C 132 49 38
Octal 341 76 322 0 110 7 14 462 111 70
Binary 11100001 111110 11010010 0 1001000 111 1100 100110010 1001001 111000

Color Harmonies of #E13ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ED2

Black with #E13ED2

Text Example


Text Example

White with #E13ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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