Html Css Color HEX #E13DCD Free Speech Magenta

📋 copy color: '#E13DCD'

red 225 ◦ green 61 ◦ blue 205

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

Shades of Free Speech Magenta #E13DCD

Tints of Free Speech Magenta #E13DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 45.82%
G = 12.42%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E13DCD (or 0xE13DCD) is known color: Free Speech Magenta. HEX triplet: E1, 3D and CD. RGB value is (225,61,205). Sum of RGB (Red+Green+Blue) = 225+61+205=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DCD is #1EC232. Grayscale: #7E7E7E. Windows color (decimal): -2015795 or 13450721. OLE color: 13450721.

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

Color convert

RGB 225 61 205 -
CMYK 0 0.73 0.09 0.12
HSL 307.32º 0.73% 0.56% -
HSV(B) 307.32º 0.73% 0.88% -
XYZ 43.74 23.75 60.04 -
YUV 126.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 225 61 205 0 0.73 0.09 0.12 307.32 0.73 0.56
Hex E1 3D CD 0 49 9 C 133 49 38
Octal 341 75 315 0 111 11 14 463 111 70
Binary 11100001 111101 11001101 0 1001001 1001 1100 100110011 1001001 111000

Color Harmonies of #E13DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DCD

Black with #E13DCD

Text Example


Text Example

White with #E13DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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