Html Css Color HEX #EE41DD Free Speech Magenta

📋 copy color: '#EE41DD'

red 238 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Magenta #EE41DD

Tints of Free Speech Magenta #EE41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.4%

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 45.42%
G = 12.4%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE41DD (or 0xEE41DD) is known color: Free Speech Magenta. HEX triplet: EE, 41 and DD. RGB value is (238,65,221). Sum of RGB (Red+Green+Blue) = 238+65+221=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE41DD is #11BE22. Grayscale: #868686. Windows color (decimal): -1162787 or 14500334. OLE color: 14500334.

HSL color Cylindrical-coordinate representation of color #EE41DD: hue angle of 305.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41DD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 221 -
CMYK 0 0.73 0.07 0.07
HSL 305.9º 0.84% 0.59% -
HSV(B) 305.9º 0.73% 0.93% -
XYZ 50.2 27.18 71.01 -
YUV 134.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 238 65 221 0 0.73 0.07 0.07 305.9 0.84 0.59
Hex EE 41 DD 0 49 7 7 132 54 3B
Octal 356 101 335 0 111 7 7 462 124 73
Binary 11101110 1000001 11011101 0 1001001 111 111 100110010 1010100 111011

Color Harmonies of #EE41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41DD

Black with #EE41DD

Text Example


Text Example

White with #EE41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41DD; }

 p { color: rgb(238,65,221); }

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

background-color css

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

 a { background-color: rgb(238,65,221); }

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

border-color css

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

 span { border-color: rgb(238,65,221); }

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