Html Css Color HEX #EE44DB Free Speech Magenta

📋 copy color: '#EE44DB'

red 238 ◦ green 68 ◦ blue 219

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

Shades of Free Speech Magenta #EE44DB

Tints of Free Speech Magenta #EE44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.95%

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

R = 45.33%
G = 12.95%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE44DB (or 0xEE44DB) is known color: Free Speech Magenta. HEX triplet: EE, 44 and DB. RGB value is (238,68,219). Sum of RGB (Red+Green+Blue) = 238+68+219=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE44DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE44DB is #11BB24. Grayscale: #878787. Windows color (decimal): -1162021 or 14370030. OLE color: 14370030.

HSL color Cylindrical-coordinate representation of color #EE44DB: hue angle of 306.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE44DB is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 68 219 -
CMYK 0 0.71 0.08 0.07
HSL 306.71º 0.83% 0.6% -
HSV(B) 306.71º 0.71% 0.93% -
XYZ 50.11 27.43 69.67 -
YUV 136.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 238 68 219 0 0.71 0.08 0.07 306.71 0.83 0.6
Hex EE 44 DB 0 47 8 7 133 53 3C
Octal 356 104 333 0 107 10 7 463 123 74
Binary 11101110 1000100 11011011 0 1000111 1000 111 100110011 1010011 111100

Color Harmonies of #EE44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE44DB

Black with #EE44DB

Text Example


Text Example

White with #EE44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE44DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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