Html Css Color HEX #EE6DDD Free Speech Magenta

📋 copy color: '#EE6DDD'

red 238 ◦ green 109 ◦ blue 221

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

Shades of Free Speech Magenta #EE6DDD

Tints of Free Speech Magenta #EE6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.19%

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

R = 41.9%
G = 19.19%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE6DDD (or 0xEE6DDD) is known color: Free Speech Magenta. HEX triplet: EE, 6D and DD. RGB value is (238,109,221). Sum of RGB (Red+Green+Blue) = 238+109+221=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DDD is #119222. Grayscale: #A0A0A0. Windows color (decimal): -1151523 or 14511598. OLE color: 14511598.

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

Color convert

RGB 238 109 221 -
CMYK 0 0.54 0.07 0.07
HSL 307.91º 0.79% 0.68% -
HSV(B) 307.91º 0.54% 0.93% -
XYZ 53.78 34.33 72.2 -
YUV 160.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 238 109 221 0 0.54 0.07 0.07 307.91 0.79 0.68
Hex EE 6D DD 0 36 7 7 134 4F 44
Octal 356 155 335 0 66 7 7 464 117 104
Binary 11101110 1101101 11011101 0 110110 111 111 100110100 1001111 1000100

Color Harmonies of #EE6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6DDD

Black with #EE6DDD

Text Example


Text Example

White with #EE6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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