Html Css Color HEX #E13ECB Free Speech Magenta

📋 copy color: '#E13ECB'

red 225 ◦ green 62 ◦ blue 203

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

Shades of Free Speech Magenta #E13ECB

Tints of Free Speech Magenta #E13ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 45.92%
G = 12.65%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E13ECB (or 0xE13ECB) is known color: Free Speech Magenta. HEX triplet: E1, 3E and CB. RGB value is (225,62,203). Sum of RGB (Red+Green+Blue) = 225+62+203=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ECB is #1EC134. Grayscale: #7E7E7E. Windows color (decimal): -2015541 or 13319905. OLE color: 13319905.

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

Color convert

RGB 225 62 203 -
CMYK 0 0.72 0.10 0.12
HSL 308.1º 0.73% 0.56% -
HSV(B) 308.1º 0.72% 0.88% -
XYZ 43.55 23.76 58.79 -
YUV 126.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 225 62 203 0 0.72 0.10 0.12 308.1 0.73 0.56
Hex E1 3E CB 0 48 A C 134 49 38
Octal 341 76 313 0 110 12 14 464 111 70
Binary 11100001 111110 11001011 0 1001000 1010 1100 100110100 1001001 111000

Color Harmonies of #E13ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ECB

Black with #E13ECB

Text Example


Text Example

White with #E13ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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