Html Css Color HEX #EE4DDE Free Speech Magenta

📋 copy color: '#EE4DDE'

red 238 ◦ green 77 ◦ blue 222

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

Shades of Free Speech Magenta #EE4DDE

Tints of Free Speech Magenta #EE4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.34%

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 44.32%
G = 14.34%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE4DDE (or 0xEE4DDE) is known color: Free Speech Magenta. HEX triplet: EE, 4D and DE. RGB value is (238,77,222). Sum of RGB (Red+Green+Blue) = 238+77+222=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DDE is #11B221. Grayscale: #8D8D8D. Windows color (decimal): -1159714 or 14568942. OLE color: 14568942.

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

Color convert

RGB 238 77 222 -
CMYK 0 0.68 0.07 0.07
HSL 305.96º 0.83% 0.62% -
HSV(B) 305.96º 0.68% 0.93% -
XYZ 51.1 28.76 71.97 -
YUV 141.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 238 77 222 0 0.68 0.07 0.07 305.96 0.83 0.62
Hex EE 4D DE 0 44 7 7 132 53 3E
Octal 356 115 336 0 104 7 7 462 123 76
Binary 11101110 1001101 11011110 0 1000100 111 111 100110010 1010011 111110

Color Harmonies of #EE4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DDE

Black with #EE4DDE

Text Example


Text Example

White with #EE4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DDE; }

 p { color: rgb(238,77,222); }

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

background-color css

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

 a { background-color: rgb(238,77,222); }

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

border-color css

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

 span { border-color: rgb(238,77,222); }

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