Html Css Color HEX #E13DD2 Free Speech Magenta

📋 copy color: '#E13DD2'

red 225 ◦ green 61 ◦ blue 210

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

Shades of Free Speech Magenta #E13DD2

Tints of Free Speech Magenta #E13DD2

RGB

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

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

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

R = 45.36%
G = 12.3%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E13DD2 (or 0xE13DD2) is known color: Free Speech Magenta. HEX triplet: E1, 3D and D2. RGB value is (225,61,210). Sum of RGB (Red+Green+Blue) = 225+61+210=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DD2 is #1EC22D. Grayscale: #7E7E7E. Windows color (decimal): -2015790 or 13778401. OLE color: 13778401.

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

Color convert

RGB 225 61 210 -
CMYK 0 0.73 0.07 0.12
HSL 305.49º 0.73% 0.56% -
HSV(B) 305.49º 0.73% 0.88% -
XYZ 44.35 24 63.27 -
YUV 127.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 225 61 210 0 0.73 0.07 0.12 305.49 0.73 0.56
Hex E1 3D D2 0 49 7 C 131 49 38
Octal 341 75 322 0 111 7 14 461 111 70
Binary 11100001 111101 11010010 0 1001001 111 1100 100110001 1001001 111000

Color Harmonies of #E13DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DD2

Black with #E13DD2

Text Example


Text Example

White with #E13DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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