Html Css Color HEX #EE45DD Free Speech Magenta

📋 copy color: '#EE45DD'

red 238 ◦ green 69 ◦ blue 221

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

Shades of Free Speech Magenta #EE45DD

Tints of Free Speech Magenta #EE45DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.07%

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

R = 45.08%
G = 13.07%
B = 41.86%

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

#EE45DD (or 0xEE45DD) is known color: Free Speech Magenta. HEX triplet: EE, 45 and DD. RGB value is (238,69,221). Sum of RGB (Red+Green+Blue) = 238+69+221=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE45DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE45DD is #11BA22. Grayscale: #888888. Windows color (decimal): -1161763 or 14501358. OLE color: 14501358.

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

Color convert

RGB 238 69 221 -
CMYK 0 0.71 0.07 0.07
HSL 306.04º 0.83% 0.6% -
HSV(B) 306.04º 0.71% 0.93% -
XYZ 50.44 27.65 71.09 -
YUV 136.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 238 69 221 0 0.71 0.07 0.07 306.04 0.83 0.6
Hex EE 45 DD 0 47 7 7 132 53 3C
Octal 356 105 335 0 107 7 7 462 123 74
Binary 11101110 1000101 11011101 0 1000111 111 111 100110010 1010011 111100

Color Harmonies of #EE45DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE45DD

Black with #EE45DD

Text Example


Text Example

White with #EE45DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE45DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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