Html Css Color HEX #E13ECE Free Speech Magenta

📋 copy color: '#E13ECE'

red 225 ◦ green 62 ◦ blue 206

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

Shades of Free Speech Magenta #E13ECE

Tints of Free Speech Magenta #E13ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 45.64%
G = 12.58%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E13ECE (or 0xE13ECE) is known color: Free Speech Magenta. HEX triplet: E1, 3E and CE. RGB value is (225,62,206). Sum of RGB (Red+Green+Blue) = 225+62+206=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ECE is #1EC131. Grayscale: #7E7E7E. Windows color (decimal): -2015538 or 13516513. OLE color: 13516513.

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

Color convert

RGB 225 62 206 -
CMYK 0 0.72 0.08 0.12
HSL 306.99º 0.73% 0.56% -
HSV(B) 306.99º 0.72% 0.88% -
XYZ 43.91 23.91 60.69 -
YUV 127.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 225 62 206 0 0.72 0.08 0.12 306.99 0.73 0.56
Hex E1 3E CE 0 48 8 C 133 49 38
Octal 341 76 316 0 110 10 14 463 111 70
Binary 11100001 111110 11001110 0 1001000 1000 1100 100110011 1001001 111000

Color Harmonies of #E13ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ECE

Black with #E13ECE

Text Example


Text Example

White with #E13ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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