Html Css Color HEX #E748DC Free Speech Magenta

📋 copy color: '#E748DC'

red 231 ◦ green 72 ◦ blue 220

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

Shades of Free Speech Magenta #E748DC

Tints of Free Speech Magenta #E748DC

RGB

 RED value IS 231 (90.63% from 255) = 44.17%

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 44.17%
G = 13.77%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E748DC (or 0xE748DC) is known color: Free Speech Magenta. HEX triplet: E7, 48 and DC. RGB value is (231,72,220). Sum of RGB (Red+Green+Blue) = 231+72+220=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E748DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748DC is #18B723. Grayscale: #878787. Windows color (decimal): -1619748 or 14436583. OLE color: 14436583.

HSL color Cylindrical-coordinate representation of color #E748DC: hue angle of 304.15º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E748DC is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 72 220 -
CMYK 0 0.69 0.05 0.09
HSL 304.15º 0.77% 0.59% -
HSV(B) 304.15º 0.69% 0.91% -
XYZ 48.19 26.79 70.34 -
YUV 136.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 231 72 220 0 0.69 0.05 0.09 304.15 0.77 0.59
Hex E7 48 DC 0 45 5 9 130 4D 3B
Octal 347 110 334 0 105 5 11 460 115 73
Binary 11100111 1001000 11011100 0 1000101 101 1001 100110000 1001101 111011

Color Harmonies of #E748DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E748DC

Black with #E748DC

Text Example


Text Example

White with #E748DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E748DC; }

 p { color: rgb(231,72,220); }

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

background-color css

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

 a { background-color: rgb(231,72,220); }

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

border-color css

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

 span { border-color: rgb(231,72,220); }

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