Html Css Color HEX #EE48D1 Free Speech Magenta

📋 copy color: '#EE48D1'

red 238 ◦ green 72 ◦ blue 209

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

Shades of Free Speech Magenta #EE48D1

Tints of Free Speech Magenta #EE48D1

RGB

 RED value IS 238 (93.36% from 255) = 45.86%

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 45.86%
G = 13.87%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE48D1 (or 0xEE48D1) is known color: Free Speech Magenta. HEX triplet: EE, 48 and D1. RGB value is (238,72,209). Sum of RGB (Red+Green+Blue) = 238+72+209=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE48D1 is #11B72E. Grayscale: #888888. Windows color (decimal): -1161007 or 13715694. OLE color: 13715694.

HSL color Cylindrical-coordinate representation of color #EE48D1: hue angle of 310.48º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE48D1 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 209 -
CMYK 0 0.70 0.12 0.07
HSL 310.48º 0.83% 0.61% -
HSV(B) 310.48º 0.7% 0.93% -
XYZ 49.09 27.42 63.03 -
YUV 137.25 168.5 199.86 -
System Red Green Blue C M Y K H S L
Decimal 238 72 209 0 0.70 0.12 0.07 310.48 0.83 0.61
Hex EE 48 D1 0 46 C 7 136 53 3D
Octal 356 110 321 0 106 14 7 466 123 75
Binary 11101110 1001000 11010001 0 1000110 1100 111 100110110 1010011 111101

Color Harmonies of #EE48D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE48D1

Black with #EE48D1

Text Example


Text Example

White with #EE48D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE48D1; }

 p { color: rgb(238,72,209); }

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

background-color css

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

 a { background-color: rgb(238,72,209); }

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

border-color css

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

 span { border-color: rgb(238,72,209); }

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