Html Css Color HEX #E143CC Free Speech Magenta

📋 copy color: '#E143CC'

red 225 ◦ green 67 ◦ blue 204

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

Shades of Free Speech Magenta #E143CC

Tints of Free Speech Magenta #E143CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 45.36%
G = 13.51%
B = 41.13%

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

#E143CC (or 0xE143CC) is known color: Free Speech Magenta. HEX triplet: E1, 43 and CC. RGB value is (225,67,204). Sum of RGB (Red+Green+Blue) = 225+67+204=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E143CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143CC is #1EBC33. Grayscale: #818181. Windows color (decimal): -2014260 or 13386721. OLE color: 13386721.

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

Color convert

RGB 225 67 204 -
CMYK 0 0.70 0.09 0.12
HSL 307.97º 0.72% 0.57% -
HSV(B) 307.97º 0.7% 0.88% -
XYZ 43.96 24.38 59.52 -
YUV 129.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 225 67 204 0 0.70 0.09 0.12 307.97 0.72 0.57
Hex E1 43 CC 0 46 9 C 134 48 39
Octal 341 103 314 0 106 11 14 464 110 71
Binary 11100001 1000011 11001100 0 1000110 1001 1100 100110100 1001000 111001

Color Harmonies of #E143CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143CC

Black with #E143CC

Text Example


Text Example

White with #E143CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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