Html Css Color HEX #E748DD Free Speech Magenta

📋 copy color: '#E748DD'

red 231 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #E748DD

Tints of Free Speech Magenta #E748DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 44.08%
G = 13.74%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E748DD (or 0xE748DD) is known color: Free Speech Magenta. HEX triplet: E7, 48 and DD. RGB value is (231,72,221). Sum of RGB (Red+Green+Blue) = 231+72+221=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E748DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748DD is #18B722. Grayscale: #888888. Windows color (decimal): -1619747 or 14502119. OLE color: 14502119.

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

Color convert

RGB 231 72 221 -
CMYK 0 0.69 0.04 0.09
HSL 303.77º 0.77% 0.59% -
HSV(B) 303.77º 0.69% 0.91% -
XYZ 48.32 26.84 71.04 -
YUV 136.53 175.68 195.38 -
System Red Green Blue C M Y K H S L
Decimal 231 72 221 0 0.69 0.04 0.09 303.77 0.77 0.59
Hex E7 48 DD 0 45 4 9 130 4D 3B
Octal 347 110 335 0 105 4 11 460 115 73
Binary 11100111 1001000 11011101 0 1000101 100 1001 100110000 1001101 111011

Color Harmonies of #E748DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E748DD

Black with #E748DD

Text Example


Text Example

White with #E748DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E748DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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