Html Css Color HEX #EE6ADC Free Speech Magenta

📋 copy color: '#EE6ADC'

red 238 ◦ green 106 ◦ blue 220

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

Shades of Free Speech Magenta #EE6ADC

Tints of Free Speech Magenta #EE6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.79%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 42.2%
G = 18.79%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE6ADC (or 0xEE6ADC) is known color: Free Speech Magenta. HEX triplet: EE, 6A and DC. RGB value is (238,106,220). Sum of RGB (Red+Green+Blue) = 238+106+220=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6ADC is #119523. Grayscale: #9E9E9E. Windows color (decimal): -1152292 or 14445294. OLE color: 14445294.

HSL color Cylindrical-coordinate representation of color #EE6ADC: hue angle of 308.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6ADC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 106 220 -
CMYK 0 0.55 0.08 0.07
HSL 308.18º 0.8% 0.67% -
HSV(B) 308.18º 0.55% 0.93% -
XYZ 53.33 33.65 71.39 -
YUV 158.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 238 106 220 0 0.55 0.08 0.07 308.18 0.8 0.67
Hex EE 6A DC 0 37 8 7 134 50 43
Octal 356 152 334 0 67 10 7 464 120 103
Binary 11101110 1101010 11011100 0 110111 1000 111 100110100 1010000 1000011

Color Harmonies of #EE6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6ADC

Black with #EE6ADC

Text Example


Text Example

White with #EE6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6ADC; }

 p { color: rgb(238,106,220); }

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

background-color css

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

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

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

border-color css

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

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

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