Html Css Color HEX #EE4DEE Free Speech Magenta

📋 copy color: '#EE4DEE'

red 238 ◦ green 77 ◦ blue 238

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

Shades of Free Speech Magenta #EE4DEE

Tints of Free Speech Magenta #EE4DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 43.04%
G = 13.92%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE4DEE (or 0xEE4DEE) is known color: Free Speech Magenta. HEX triplet: EE, 4D and EE. RGB value is (238,77,238). Sum of RGB (Red+Green+Blue) = 238+77+238=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE4DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DEE is #11B211. Grayscale: #8F8F8F. Windows color (decimal): -1159698 or 15617518. OLE color: 15617518.

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

Color convert

RGB 238 77 238 -
CMYK 0 0.68 0 0.07
HSL 300º 0.83% 0.62% -
HSV(B) 300º 0.68% 0.93% -
XYZ 53.35 29.66 83.8 -
YUV 143.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 238 77 238 0 0.68 0 0.07 300 0.83 0.62
Hex EE 4D EE 0 44 0 7 12C 53 3E
Octal 356 115 356 0 104 0 7 454 123 76
Binary 11101110 1001101 11101110 0 1000100 0 111 100101100 1010011 111110

Color Harmonies of #EE4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DEE

Black with #EE4DEE

Text Example


Text Example

White with #EE4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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