Html Css Color HEX #EE48DF Free Speech Magenta

📋 copy color: '#EE48DF'

red 238 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #EE48DF

Tints of Free Speech Magenta #EE48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 44.65%
G = 13.51%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE48DF (or 0xEE48DF) is known color: Free Speech Magenta. HEX triplet: EE, 48 and DF. RGB value is (238,72,223). Sum of RGB (Red+Green+Blue) = 238+72+223=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE48DF is #11B720. Grayscale: #8A8A8A. Windows color (decimal): -1160993 or 14633198. OLE color: 14633198.

HSL color Cylindrical-coordinate representation of color #EE48DF: hue angle of 305.42º 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 #EE48DF is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 223 -
CMYK 0 0.70 0.06 0.07
HSL 305.42º 0.83% 0.61% -
HSV(B) 305.42º 0.7% 0.93% -
XYZ 50.9 28.14 72.56 -
YUV 138.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 238 72 223 0 0.70 0.06 0.07 305.42 0.83 0.61
Hex EE 48 DF 0 46 6 7 131 53 3D
Octal 356 110 337 0 106 6 7 461 123 75
Binary 11101110 1001000 11011111 0 1000110 110 111 100110001 1010011 111101

Color Harmonies of #EE48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE48DF

Black with #EE48DF

Text Example


Text Example

White with #EE48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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