Html Css Color HEX #E148CE Free Speech Magenta

📋 copy color: '#E148CE'

red 225 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Magenta #E148CE

Tints of Free Speech Magenta #E148CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.31%

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 44.73%
G = 14.31%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E148CE (or 0xE148CE) is known color: Free Speech Magenta. HEX triplet: E1, 48 and CE. RGB value is (225,72,206). Sum of RGB (Red+Green+Blue) = 225+72+206=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E148CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148CE is #1EB731. Grayscale: #848484. Windows color (decimal): -2012978 or 13519073. OLE color: 13519073.

HSL color Cylindrical-coordinate representation of color #E148CE: hue angle of 307.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 #E148CE is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 206 -
CMYK 0 0.68 0.08 0.12
HSL 307.45º 0.72% 0.58% -
HSV(B) 307.45º 0.68% 0.88% -
XYZ 44.51 25.1 60.89 -
YUV 133.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 225 72 206 0 0.68 0.08 0.12 307.45 0.72 0.58
Hex E1 48 CE 0 44 8 C 133 48 3A
Octal 341 110 316 0 104 10 14 463 110 72
Binary 11100001 1001000 11001110 0 1000100 1000 1100 100110011 1001000 111010

Color Harmonies of #E148CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148CE

Black with #E148CE

Text Example


Text Example

White with #E148CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148CE; }

 p { color: rgb(225,72,206); }

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

background-color css

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

 a { background-color: rgb(225,72,206); }

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

border-color css

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

 span { border-color: rgb(225,72,206); }

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