Html Css Color HEX #EE4DD8 Free Speech Magenta

📋 copy color: '#EE4DD8'

red 238 ◦ green 77 ◦ blue 216

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

Shades of Free Speech Magenta #EE4DD8

Tints of Free Speech Magenta #EE4DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 44.82%
G = 14.5%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE4DD8 (or 0xEE4DD8) is known color: Free Speech Magenta. HEX triplet: EE, 4D and D8. RGB value is (238,77,216). Sum of RGB (Red+Green+Blue) = 238+77+216=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DD8 is #11B227. Grayscale: #8C8C8C. Windows color (decimal): -1159720 or 14175726. OLE color: 14175726.

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

Color convert

RGB 238 77 216 -
CMYK 0 0.68 0.09 0.07
HSL 308.2º 0.83% 0.62% -
HSV(B) 308.2º 0.68% 0.93% -
XYZ 50.31 28.44 67.8 -
YUV 140.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 238 77 216 0 0.68 0.09 0.07 308.2 0.83 0.62
Hex EE 4D D8 0 44 9 7 134 53 3E
Octal 356 115 330 0 104 11 7 464 123 76
Binary 11101110 1001101 11011000 0 1000100 1001 111 100110100 1010011 111110

Color Harmonies of #EE4DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DD8

Black with #EE4DD8

Text Example


Text Example

White with #EE4DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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