Html Css Color HEX #EE48DB Free Speech Magenta

📋 copy color: '#EE48DB'

red 238 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #EE48DB

Tints of Free Speech Magenta #EE48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 44.99%
G = 13.61%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE48DB (or 0xEE48DB) is known color: Free Speech Magenta. HEX triplet: EE, 48 and DB. RGB value is (238,72,219). Sum of RGB (Red+Green+Blue) = 238+72+219=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE48DB is #11B724. Grayscale: #898989. Windows color (decimal): -1160997 or 14371054. OLE color: 14371054.

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

Color convert

RGB 238 72 219 -
CMYK 0 0.70 0.08 0.07
HSL 306.87º 0.83% 0.61% -
HSV(B) 306.87º 0.7% 0.93% -
XYZ 50.36 27.93 69.75 -
YUV 138.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 238 72 219 0 0.70 0.08 0.07 306.87 0.83 0.61
Hex EE 48 DB 0 46 8 7 133 53 3D
Octal 356 110 333 0 106 10 7 463 123 75
Binary 11101110 1001000 11011011 0 1000110 1000 111 100110011 1010011 111101

Color Harmonies of #EE48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE48DB

Black with #EE48DB

Text Example


Text Example

White with #EE48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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