Html Css Color HEX #E143D3 Free Speech Magenta

📋 copy color: '#E143D3'

red 225 ◦ green 67 ◦ blue 211

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

Shades of Free Speech Magenta #E143D3

Tints of Free Speech Magenta #E143D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 44.73%
G = 13.32%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E143D3 (or 0xE143D3) is known color: Free Speech Magenta. HEX triplet: E1, 43 and D3. RGB value is (225,67,211). Sum of RGB (Red+Green+Blue) = 225+67+211=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E143D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143D3 is #1EBC2C. Grayscale: #828282. Windows color (decimal): -2014253 or 13845473. OLE color: 13845473.

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

Color convert

RGB 225 67 211 -
CMYK 0 0.70 0.06 0.12
HSL 305.32º 0.72% 0.57% -
HSV(B) 305.32º 0.7% 0.88% -
XYZ 44.82 24.73 64.04 -
YUV 130.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 225 67 211 0 0.70 0.06 0.12 305.32 0.72 0.57
Hex E1 43 D3 0 46 6 C 131 48 39
Octal 341 103 323 0 106 6 14 461 110 71
Binary 11100001 1000011 11010011 0 1000110 110 1100 100110001 1001000 111001

Color Harmonies of #E143D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143D3

Black with #E143D3

Text Example


Text Example

White with #E143D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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