Html Css Color HEX #EE54DD Free Speech Magenta

📋 copy color: '#EE54DD'

red 238 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #EE54DD

Tints of Free Speech Magenta #EE54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.47%

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

R = 43.83%
G = 15.47%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE54DD (or 0xEE54DD) is known color: Free Speech Magenta. HEX triplet: EE, 54 and DD. RGB value is (238,84,221). Sum of RGB (Red+Green+Blue) = 238+84+221=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE54DD is #11AB22. Grayscale: #919191. Windows color (decimal): -1157923 or 14505198. OLE color: 14505198.

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

Color convert

RGB 238 84 221 -
CMYK 0 0.65 0.07 0.07
HSL 306.62º 0.82% 0.63% -
HSV(B) 306.62º 0.65% 0.93% -
XYZ 51.48 29.74 71.43 -
YUV 145.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 238 84 221 0 0.65 0.07 0.07 306.62 0.82 0.63
Hex EE 54 DD 0 41 7 7 133 52 3F
Octal 356 124 335 0 101 7 7 463 122 77
Binary 11101110 1010100 11011101 0 1000001 111 111 100110011 1010010 111111

Color Harmonies of #EE54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54DD

Black with #EE54DD

Text Example


Text Example

White with #EE54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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