Html Css Color HEX #E13DDC Free Speech Magenta

📋 copy color: '#E13DDC'

red 225 ◦ green 61 ◦ blue 220

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

Shades of Free Speech Magenta #E13DDC

Tints of Free Speech Magenta #E13DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.06%

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

R = 44.47%
G = 12.06%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E13DDC (or 0xE13DDC) is known color: Free Speech Magenta. HEX triplet: E1, 3D and DC. RGB value is (225,61,220). Sum of RGB (Red+Green+Blue) = 225+61+220=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DDC is #1EC223. Grayscale: #7F7F7F. Windows color (decimal): -2015780 or 14433761. OLE color: 14433761.

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

Color convert

RGB 225 61 220 -
CMYK 0 0.73 0.02 0.12
HSL 301.83º 0.73% 0.56% -
HSV(B) 301.83º 0.73% 0.88% -
XYZ 45.64 24.51 70.04 -
YUV 128.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 225 61 220 0 0.73 0.02 0.12 301.83 0.73 0.56
Hex E1 3D DC 0 49 2 C 12E 49 38
Octal 341 75 334 0 111 2 14 456 111 70
Binary 11100001 111101 11011100 0 1001001 10 1100 100101110 1001001 111000

Color Harmonies of #E13DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DDC

Black with #E13DDC

Text Example


Text Example

White with #E13DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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