Html Css Color HEX #EE6BDD Free Speech Magenta

📋 copy color: '#EE6BDD'

red 238 ◦ green 107 ◦ blue 221

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

Shades of Free Speech Magenta #EE6BDD

Tints of Free Speech Magenta #EE6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.9%

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 42.05%
G = 18.9%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE6BDD (or 0xEE6BDD) is known color: Free Speech Magenta. HEX triplet: EE, 6B and DD. RGB value is (238,107,221). Sum of RGB (Red+Green+Blue) = 238+107+221=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BDD is #119422. Grayscale: #9E9E9E. Windows color (decimal): -1152035 or 14511086. OLE color: 14511086.

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

Color convert

RGB 238 107 221 -
CMYK 0 0.55 0.07 0.07
HSL 307.79º 0.79% 0.68% -
HSV(B) 307.79º 0.55% 0.93% -
XYZ 53.57 33.91 72.13 -
YUV 159.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 238 107 221 0 0.55 0.07 0.07 307.79 0.79 0.68
Hex EE 6B DD 0 37 7 7 134 4F 44
Octal 356 153 335 0 67 7 7 464 117 104
Binary 11101110 1101011 11011101 0 110111 111 111 100110100 1001111 1000100

Color Harmonies of #EE6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6BDD

Black with #EE6BDD

Text Example


Text Example

White with #EE6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6BDD; }

 p { color: rgb(238,107,221); }

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

background-color css

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

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

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

border-color css

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

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

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