Html Css Color HEX #E13CDD Free Speech Magenta

📋 copy color: '#E13CDD'

red 225 ◦ green 60 ◦ blue 221

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

Shades of Free Speech Magenta #E13CDD

Tints of Free Speech Magenta #E13CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 44.47%
G = 11.86%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E13CDD (or 0xE13CDD) is known color: Free Speech Magenta. HEX triplet: E1, 3C and DD. RGB value is (225,60,221). Sum of RGB (Red+Green+Blue) = 225+60+221=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CDD is #1EC322. Grayscale: #7F7F7F. Windows color (decimal): -2016035 or 14499041. OLE color: 14499041.

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

Color convert

RGB 225 60 221 -
CMYK 0 0.73 0.02 0.12
HSL 301.45º 0.73% 0.56% -
HSV(B) 301.45º 0.73% 0.88% -
XYZ 45.72 24.46 70.72 -
YUV 127.69 180.66 197.41 -
System Red Green Blue C M Y K H S L
Decimal 225 60 221 0 0.73 0.02 0.12 301.45 0.73 0.56
Hex E1 3C DD 0 49 2 C 12D 49 38
Octal 341 74 335 0 111 2 14 455 111 70
Binary 11100001 111100 11011101 0 1001001 10 1100 100101101 1001001 111000

Color Harmonies of #E13CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CDD

Black with #E13CDD

Text Example


Text Example

White with #E13CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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