Html Css Color HEX #E148CC Free Speech Magenta

📋 copy color: '#E148CC'

red 225 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Magenta #E148CC

Tints of Free Speech Magenta #E148CC

RGB

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

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

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

R = 44.91%
G = 14.37%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E148CC (or 0xE148CC) is known color: Free Speech Magenta. HEX triplet: E1, 48 and CC. RGB value is (225,72,204). Sum of RGB (Red+Green+Blue) = 225+72+204=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E148CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148CC is #1EB733. Grayscale: #848484. Windows color (decimal): -2012980 or 13388001. OLE color: 13388001.

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

Color convert

RGB 225 72 204 -
CMYK 0 0.68 0.09 0.12
HSL 308.24º 0.72% 0.58% -
HSV(B) 308.24º 0.68% 0.88% -
XYZ 44.27 25 59.62 -
YUV 132.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 225 72 204 0 0.68 0.09 0.12 308.24 0.72 0.58
Hex E1 48 CC 0 44 9 C 134 48 3A
Octal 341 110 314 0 104 11 14 464 110 72
Binary 11100001 1001000 11001100 0 1000100 1001 1100 100110100 1001000 111010

Color Harmonies of #E148CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148CC

Black with #E148CC

Text Example


Text Example

White with #E148CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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