Html Css Color HEX #E948D4 Free Speech Magenta

📋 copy color: '#E948D4'

red 233 ◦ green 72 ◦ blue 212

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

Shades of Free Speech Magenta #E948D4

Tints of Free Speech Magenta #E948D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.01%

R = 45.07%
G = 13.93%
B = 41.01%

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

#E948D4 (or 0xE948D4) is known color: Free Speech Magenta. HEX triplet: E9, 48 and D4. RGB value is (233,72,212). Sum of RGB (Red+Green+Blue) = 233+72+212=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E948D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948D4 is #16B72B. Grayscale: #878787. Windows color (decimal): -1488684 or 13912297. OLE color: 13912297.

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

Color convert

RGB 233 72 212 -
CMYK 0 0.69 0.09 0.09
HSL 307.83º 0.79% 0.6% -
HSV(B) 307.83º 0.69% 0.91% -
XYZ 47.81 26.71 64.92 -
YUV 136.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 233 72 212 0 0.69 0.09 0.09 307.83 0.79 0.6
Hex E9 48 D4 0 45 9 9 134 4F 3C
Octal 351 110 324 0 105 11 11 464 117 74
Binary 11101001 1001000 11010100 0 1000101 1001 1001 100110100 1001111 111100

Color Harmonies of #E948D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948D4

Black with #E948D4

Text Example


Text Example

White with #E948D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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