Html Css Color HEX #E13DD3 Free Speech Magenta

📋 copy color: '#E13DD3'

red 225 ◦ green 61 ◦ blue 211

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

Shades of Free Speech Magenta #E13DD3

Tints of Free Speech Magenta #E13DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.45%

R = 45.27%
G = 12.27%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E13DD3 (or 0xE13DD3) is known color: Free Speech Magenta. HEX triplet: E1, 3D and D3. RGB value is (225,61,211). Sum of RGB (Red+Green+Blue) = 225+61+211=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DD3 is #1EC22C. Grayscale: #7E7E7E. Windows color (decimal): -2015789 or 13843937. OLE color: 13843937.

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

Color convert

RGB 225 61 211 -
CMYK 0 0.73 0.06 0.12
HSL 305.12º 0.73% 0.56% -
HSV(B) 305.12º 0.73% 0.88% -
XYZ 44.48 24.05 63.93 -
YUV 127.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 225 61 211 0 0.73 0.06 0.12 305.12 0.73 0.56
Hex E1 3D D3 0 49 6 C 131 49 38
Octal 341 75 323 0 111 6 14 461 111 70
Binary 11100001 111101 11010011 0 1001001 110 1100 100110001 1001001 111000

Color Harmonies of #E13DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DD3

Black with #E13DD3

Text Example


Text Example

White with #E13DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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