Html Css Color HEX #E13EDC Free Speech Magenta

📋 copy color: '#E13EDC'

red 225 ◦ green 62 ◦ blue 220

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

Shades of Free Speech Magenta #E13EDC

Tints of Free Speech Magenta #E13EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 44.38%
G = 12.23%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E13EDC (or 0xE13EDC) is known color: Free Speech Magenta. HEX triplet: E1, 3E and DC. RGB value is (225,62,220). Sum of RGB (Red+Green+Blue) = 225+62+220=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EDC is #1EC123. Grayscale: #808080. Windows color (decimal): -2015524 or 14434017. OLE color: 14434017.

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

Color convert

RGB 225 62 220 -
CMYK 0 0.72 0.02 0.12
HSL 301.84º 0.73% 0.56% -
HSV(B) 301.84º 0.72% 0.88% -
XYZ 45.69 24.62 70.05 -
YUV 128.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 225 62 220 0 0.72 0.02 0.12 301.84 0.73 0.56
Hex E1 3E DC 0 48 2 C 12E 49 38
Octal 341 76 334 0 110 2 14 456 111 70
Binary 11100001 111110 11011100 0 1001000 10 1100 100101110 1001001 111000

Color Harmonies of #E13EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13EDC

Black with #E13EDC

Text Example


Text Example

White with #E13EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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