Html Css Color HEX #E748CD Free Speech Magenta

📋 copy color: '#E748CD'

red 231 ◦ green 72 ◦ blue 205

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

Shades of Free Speech Magenta #E748CD

Tints of Free Speech Magenta #E748CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 45.47%
G = 14.17%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E748CD (or 0xE748CD) is known color: Free Speech Magenta. HEX triplet: E7, 48 and CD. RGB value is (231,72,205). Sum of RGB (Red+Green+Blue) = 231+72+205=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E748CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748CD is #18B732. Grayscale: #868686. Windows color (decimal): -1619763 or 13453543. OLE color: 13453543.

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

Color convert

RGB 231 72 205 -
CMYK 0 0.69 0.11 0.09
HSL 309.81º 0.77% 0.59% -
HSV(B) 309.81º 0.69% 0.91% -
XYZ 46.29 26.03 60.34 -
YUV 134.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 231 72 205 0 0.69 0.11 0.09 309.81 0.77 0.59
Hex E7 48 CD 0 45 B 9 136 4D 3B
Octal 347 110 315 0 105 13 11 466 115 73
Binary 11100111 1001000 11001101 0 1000101 1011 1001 100110110 1001101 111011

Color Harmonies of #E748CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E748CD

Black with #E748CD

Text Example


Text Example

White with #E748CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E748CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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