Html Css Color HEX #E948D5 Free Speech Magenta

📋 copy color: '#E948D5'

red 233 ◦ green 72 ◦ blue 213

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

Shades of Free Speech Magenta #E948D5

Tints of Free Speech Magenta #E948D5

RGB

 RED value IS 233 (91.41% from 255) = 44.98%

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 44.98%
G = 13.9%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E948D5 (or 0xE948D5) is known color: Free Speech Magenta. HEX triplet: E9, 48 and D5. RGB value is (233,72,213). Sum of RGB (Red+Green+Blue) = 233+72+213=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E948D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948D5 is #16B72A. Grayscale: #878787. Windows color (decimal): -1488683 or 13977833. OLE color: 13977833.

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

Color convert

RGB 233 72 213 -
CMYK 0 0.69 0.09 0.09
HSL 307.45º 0.79% 0.6% -
HSV(B) 307.45º 0.69% 0.91% -
XYZ 47.93 26.76 65.59 -
YUV 136.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 233 72 213 0 0.69 0.09 0.09 307.45 0.79 0.6
Hex E9 48 D5 0 45 9 9 133 4F 3C
Octal 351 110 325 0 105 11 11 463 117 74
Binary 11101001 1001000 11010101 0 1000101 1001 1001 100110011 1001111 111100

Color Harmonies of #E948D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948D5

Black with #E948D5

Text Example


Text Example

White with #E948D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948D5; }

 p { color: rgb(233,72,213); }

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

background-color css

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

 a { background-color: rgb(233,72,213); }

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

border-color css

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

 span { border-color: rgb(233,72,213); }

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