Html Css Color HEX #E13CD2 Free Speech Magenta

📋 copy color: '#E13CD2'

red 225 ◦ green 60 ◦ blue 210

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

Shades of Free Speech Magenta #E13CD2

Tints of Free Speech Magenta #E13CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.12%

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 45.45%
G = 12.12%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E13CD2 (or 0xE13CD2) is known color: Free Speech Magenta. HEX triplet: E1, 3C and D2. RGB value is (225,60,210). Sum of RGB (Red+Green+Blue) = 225+60+210=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CD2 is #1EC32D. Grayscale: #7E7E7E. Windows color (decimal): -2016046 or 13778145. OLE color: 13778145.

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

Color convert

RGB 225 60 210 -
CMYK 0 0.73 0.07 0.12
HSL 305.45º 0.73% 0.56% -
HSV(B) 305.45º 0.73% 0.88% -
XYZ 44.3 23.89 63.25 -
YUV 126.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 225 60 210 0 0.73 0.07 0.12 305.45 0.73 0.56
Hex E1 3C D2 0 49 7 C 131 49 38
Octal 341 74 322 0 111 7 14 461 111 70
Binary 11100001 111100 11010010 0 1001001 111 1100 100110001 1001001 111000

Color Harmonies of #E13CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CD2

Black with #E13CD2

Text Example


Text Example

White with #E13CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CD2; }

 p { color: rgb(225,60,210); }

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

background-color css

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

 a { background-color: rgb(225,60,210); }

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

border-color css

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

 span { border-color: rgb(225,60,210); }

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