Html Css Color HEX #EE6AD2 Free Speech Magenta

📋 copy color: '#EE6AD2'

red 238 ◦ green 106 ◦ blue 210

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

Shades of Free Speech Magenta #EE6AD2

Tints of Free Speech Magenta #EE6AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.91%

R = 42.96%
G = 19.13%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE6AD2 (or 0xEE6AD2) is known color: Free Speech Magenta. HEX triplet: EE, 6A and D2. RGB value is (238,106,210). Sum of RGB (Red+Green+Blue) = 238+106+210=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6AD2 is #11952D. Grayscale: #9D9D9D. Windows color (decimal): -1152302 or 13789934. OLE color: 13789934.

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

Color convert

RGB 238 106 210 -
CMYK 0 0.55 0.12 0.07
HSL 312.73º 0.8% 0.67% -
HSV(B) 312.73º 0.55% 0.93% -
XYZ 52.05 33.14 64.63 -
YUV 157.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 238 106 210 0 0.55 0.12 0.07 312.73 0.8 0.67
Hex EE 6A D2 0 37 C 7 139 50 43
Octal 356 152 322 0 67 14 7 471 120 103
Binary 11101110 1101010 11010010 0 110111 1100 111 100111001 1010000 1000011

Color Harmonies of #EE6AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6AD2

Black with #EE6AD2

Text Example


Text Example

White with #EE6AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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