Html Css Color HEX #E748D0 Free Speech Magenta

📋 copy color: '#E748D0'

red 231 ◦ green 72 ◦ blue 208

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

Shades of Free Speech Magenta #E748D0

Tints of Free Speech Magenta #E748D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 45.21%
G = 14.09%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E748D0 (or 0xE748D0) is known color: Free Speech Magenta. HEX triplet: E7, 48 and D0. RGB value is (231,72,208). Sum of RGB (Red+Green+Blue) = 231+72+208=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E748D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748D0 is #18B72F. Grayscale: #868686. Windows color (decimal): -1619760 or 13650151. OLE color: 13650151.

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

Color convert

RGB 231 72 208 -
CMYK 0 0.69 0.10 0.09
HSL 308.68º 0.77% 0.59% -
HSV(B) 308.68º 0.69% 0.91% -
XYZ 46.66 26.18 62.27 -
YUV 135.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 231 72 208 0 0.69 0.10 0.09 308.68 0.77 0.59
Hex E7 48 D0 0 45 A 9 135 4D 3B
Octal 347 110 320 0 105 12 11 465 115 73
Binary 11100111 1001000 11010000 0 1000101 1010 1001 100110101 1001101 111011

Color Harmonies of #E748D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E748D0

Black with #E748D0

Text Example


Text Example

White with #E748D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E748D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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