Html Css Color HEX #E147ED Free Speech Magenta

📋 copy color: '#E147ED'

red 225 ◦ green 71 ◦ blue 237

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

Shades of Free Speech Magenta #E147ED

Tints of Free Speech Magenta #E147ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 42.21%
G = 13.32%
B = 44.47%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E147ED (or 0xE147ED) is known color: Free Speech Magenta. HEX triplet: E1, 47 and ED. RGB value is (225,71,237). Sum of RGB (Red+Green+Blue) = 225+71+237=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #E147ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E147ED is #1EB812. Grayscale: #878787. Windows color (decimal): -2013203 or 15550433. OLE color: 15550433.

HSL color Cylindrical-coordinate representation of color #E147ED: hue angle of 295.66º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E147ED is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 71 237 -
CMYK 0.05 0.70 0 0.07
HSL 295.66º 0.82% 0.6% -
HSV(B) 295.66º 0.7% 0.93% -
XYZ 48.59 26.63 82.7 -
YUV 135.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 225 71 237 0.05 0.70 0 0.07 295.66 0.82 0.6
Hex E1 47 ED 5 46 0 7 128 52 3C
Octal 341 107 355 5 106 0 7 450 122 74
Binary 11100001 1000111 11101101 101 1000110 0 111 100101000 1010010 111100

Color Harmonies of #E147ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147ED

Black with #E147ED

Text Example


Text Example

White with #E147ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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