Html Css Color HEX #E748DA Free Speech Magenta

📋 copy color: '#E748DA'

red 231 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Magenta #E748DA

Tints of Free Speech Magenta #E748DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 44.34%
G = 13.82%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E748DA (or 0xE748DA) is known color: Free Speech Magenta. HEX triplet: E7, 48 and DA. RGB value is (231,72,218). Sum of RGB (Red+Green+Blue) = 231+72+218=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E748DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748DA is #18B725. Grayscale: #878787. Windows color (decimal): -1619750 or 14305511. OLE color: 14305511.

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

Color convert

RGB 231 72 218 -
CMYK 0 0.69 0.06 0.09
HSL 304.91º 0.77% 0.59% -
HSV(B) 304.91º 0.69% 0.91% -
XYZ 47.93 26.69 68.95 -
YUV 136.19 174.18 195.63 -
System Red Green Blue C M Y K H S L
Decimal 231 72 218 0 0.69 0.06 0.09 304.91 0.77 0.59
Hex E7 48 DA 0 45 6 9 131 4D 3B
Octal 347 110 332 0 105 6 11 461 115 73
Binary 11100111 1001000 11011010 0 1000101 110 1001 100110001 1001101 111011

Color Harmonies of #E748DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E748DA

Black with #E748DA

Text Example


Text Example

White with #E748DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E748DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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