Html Css Color HEX #EE46DD Free Speech Magenta

📋 copy color: '#EE46DD'

red 238 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Magenta #EE46DD

Tints of Free Speech Magenta #EE46DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.23%

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

R = 44.99%
G = 13.23%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE46DD (or 0xEE46DD) is known color: Free Speech Magenta. HEX triplet: EE, 46 and DD. RGB value is (238,70,221). Sum of RGB (Red+Green+Blue) = 238+70+221=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE46DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE46DD is #11B922. Grayscale: #898989. Windows color (decimal): -1161507 or 14501614. OLE color: 14501614.

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

Color convert

RGB 238 70 221 -
CMYK 0 0.71 0.07 0.07
HSL 306.07º 0.83% 0.6% -
HSV(B) 306.07º 0.71% 0.93% -
XYZ 50.5 27.78 71.11 -
YUV 137.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 238 70 221 0 0.71 0.07 0.07 306.07 0.83 0.6
Hex EE 46 DD 0 47 7 7 132 53 3C
Octal 356 106 335 0 107 7 7 462 123 74
Binary 11101110 1000110 11011101 0 1000111 111 111 100110010 1010011 111100

Color Harmonies of #EE46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE46DD

Black with #EE46DD

Text Example


Text Example

White with #EE46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE46DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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