Html Css Color HEX #E143CD Free Speech Magenta

📋 copy color: '#E143CD'

red 225 ◦ green 67 ◦ blue 205

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

Shades of Free Speech Magenta #E143CD

Tints of Free Speech Magenta #E143CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.48%

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

R = 45.27%
G = 13.48%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E143CD (or 0xE143CD) is known color: Free Speech Magenta. HEX triplet: E1, 43 and CD. RGB value is (225,67,205). Sum of RGB (Red+Green+Blue) = 225+67+205=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E143CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143CD is #1EBC32. Grayscale: #818181. Windows color (decimal): -2014259 or 13452257. OLE color: 13452257.

HSL color Cylindrical-coordinate representation of color #E143CD: hue angle of 307.59º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143CD is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 205 -
CMYK 0 0.70 0.09 0.12
HSL 307.59º 0.72% 0.57% -
HSV(B) 307.59º 0.7% 0.88% -
XYZ 44.08 24.43 60.15 -
YUV 129.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 225 67 205 0 0.70 0.09 0.12 307.59 0.72 0.57
Hex E1 43 CD 0 46 9 C 134 48 39
Octal 341 103 315 0 106 11 14 464 110 71
Binary 11100001 1000011 11001101 0 1000110 1001 1100 100110100 1001000 111001

Color Harmonies of #E143CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143CD

Black with #E143CD

Text Example


Text Example

White with #E143CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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