Html Css Color HEX #E147D3 Free Speech Magenta

📋 copy color: '#E147D3'

red 225 ◦ green 71 ◦ blue 211

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

Shades of Free Speech Magenta #E147D3

Tints of Free Speech Magenta #E147D3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14%

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

R = 44.38%
G = 14%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E147D3 (or 0xE147D3) is known color: Free Speech Magenta. HEX triplet: E1, 47 and D3. RGB value is (225,71,211). Sum of RGB (Red+Green+Blue) = 225+71+211=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E147D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147D3 is #1EB82C. Grayscale: #848484. Windows color (decimal): -2013229 or 13846497. OLE color: 13846497.

HSL color Cylindrical-coordinate representation of color #E147D3: hue angle of 305.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E147D3 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 211 -
CMYK 0 0.68 0.06 0.12
HSL 305.45º 0.72% 0.58% -
HSV(B) 305.45º 0.68% 0.88% -
XYZ 45.06 25.22 64.12 -
YUV 133.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 225 71 211 0 0.68 0.06 0.12 305.45 0.72 0.58
Hex E1 47 D3 0 44 6 C 131 48 3A
Octal 341 107 323 0 104 6 14 461 110 72
Binary 11100001 1000111 11010011 0 1000100 110 1100 100110001 1001000 111010

Color Harmonies of #E147D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147D3

Black with #E147D3

Text Example


Text Example

White with #E147D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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