Html Css Color HEX #EE6DDA Free Speech Magenta

📋 copy color: '#EE6DDA'

red 238 ◦ green 109 ◦ blue 218

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

Shades of Free Speech Magenta #EE6DDA

Tints of Free Speech Magenta #EE6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 42.12%
G = 19.29%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE6DDA (or 0xEE6DDA) is known color: Free Speech Magenta. HEX triplet: EE, 6D and DA. RGB value is (238,109,218). Sum of RGB (Red+Green+Blue) = 238+109+218=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DDA is #119225. Grayscale: #9F9F9F. Windows color (decimal): -1151526 or 14314990. OLE color: 14314990.

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

Color convert

RGB 238 109 218 -
CMYK 0 0.54 0.08 0.07
HSL 309.3º 0.79% 0.68% -
HSV(B) 309.3º 0.54% 0.93% -
XYZ 53.38 34.18 70.11 -
YUV 160 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 238 109 218 0 0.54 0.08 0.07 309.3 0.79 0.68
Hex EE 6D DA 0 36 8 7 135 4F 44
Octal 356 155 332 0 66 10 7 465 117 104
Binary 11101110 1101101 11011010 0 110110 1000 111 100110101 1001111 1000100

Color Harmonies of #EE6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6DDA

Black with #EE6DDA

Text Example


Text Example

White with #EE6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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