Html Css Color HEX #E948D0 Free Speech Magenta

📋 copy color: '#E948D0'

red 233 ◦ green 72 ◦ blue 208

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

Shades of Free Speech Magenta #E948D0

Tints of Free Speech Magenta #E948D0

RGB

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

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

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

R = 45.42%
G = 14.04%
B = 40.55%

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

#E948D0 (or 0xE948D0) is known color: Free Speech Magenta. HEX triplet: E9, 48 and D0. RGB value is (233,72,208). Sum of RGB (Red+Green+Blue) = 233+72+208=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E948D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948D0 is #16B72F. Grayscale: #878787. Windows color (decimal): -1488688 or 13650153. OLE color: 13650153.

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

Color convert

RGB 233 72 208 -
CMYK 0 0.69 0.11 0.09
HSL 309.32º 0.79% 0.6% -
HSV(B) 309.32º 0.69% 0.91% -
XYZ 47.31 26.51 62.3 -
YUV 135.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 233 72 208 0 0.69 0.11 0.09 309.32 0.79 0.6
Hex E9 48 D0 0 45 B 9 135 4F 3C
Octal 351 110 320 0 105 13 11 465 117 74
Binary 11101001 1001000 11010000 0 1000101 1011 1001 100110101 1001111 111100

Color Harmonies of #E948D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948D0

Black with #E948D0

Text Example


Text Example

White with #E948D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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