Html Css Color HEX #E13ECD Free Speech Magenta

📋 copy color: '#E13ECD'

red 225 ◦ green 62 ◦ blue 205

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

Shades of Free Speech Magenta #E13ECD

Tints of Free Speech Magenta #E13ECD

RGB

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

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

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

R = 45.73%
G = 12.6%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E13ECD (or 0xE13ECD) is known color: Free Speech Magenta. HEX triplet: E1, 3E and CD. RGB value is (225,62,205). Sum of RGB (Red+Green+Blue) = 225+62+205=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ECD is #1EC132. Grayscale: #7E7E7E. Windows color (decimal): -2015539 or 13450977. OLE color: 13450977.

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

Color convert

RGB 225 62 205 -
CMYK 0 0.72 0.09 0.12
HSL 307.36º 0.73% 0.56% -
HSV(B) 307.36º 0.72% 0.88% -
XYZ 43.79 23.86 60.05 -
YUV 127.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 225 62 205 0 0.72 0.09 0.12 307.36 0.73 0.56
Hex E1 3E CD 0 48 9 C 133 49 38
Octal 341 76 315 0 110 11 14 463 111 70
Binary 11100001 111110 11001101 0 1001000 1001 1100 100110011 1001001 111000

Color Harmonies of #E13ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ECD

Black with #E13ECD

Text Example


Text Example

White with #E13ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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