Html Css Color HEX #EE6AD0 Free Speech Magenta

📋 copy color: '#EE6AD0'

red 238 ◦ green 106 ◦ blue 208

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

Shades of Free Speech Magenta #EE6AD0

Tints of Free Speech Magenta #EE6AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 43.12%
G = 19.2%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE6AD0 (or 0xEE6AD0) is known color: Free Speech Magenta. HEX triplet: EE, 6A and D0. RGB value is (238,106,208). Sum of RGB (Red+Green+Blue) = 238+106+208=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6AD0 is #11952F. Grayscale: #9C9C9C. Windows color (decimal): -1152304 or 13658862. OLE color: 13658862.

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

Color convert

RGB 238 106 208 -
CMYK 0 0.55 0.13 0.07
HSL 313.64º 0.8% 0.67% -
HSV(B) 313.64º 0.55% 0.93% -
XYZ 51.8 33.04 63.32 -
YUV 157.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 238 106 208 0 0.55 0.13 0.07 313.64 0.8 0.67
Hex EE 6A D0 0 37 D 7 13A 50 43
Octal 356 152 320 0 67 15 7 472 120 103
Binary 11101110 1101010 11010000 0 110111 1101 111 100111010 1010000 1000011

Color Harmonies of #EE6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6AD0

Black with #EE6AD0

Text Example


Text Example

White with #EE6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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