Html Css Color HEX #EE61DB Free Speech Magenta

📋 copy color: '#EE61DB'

red 238 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #EE61DB

Tints of Free Speech Magenta #EE61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.51%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 42.96%
G = 17.51%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE61DB (or 0xEE61DB) is known color: Free Speech Magenta. HEX triplet: EE, 61 and DB. RGB value is (238,97,219). Sum of RGB (Red+Green+Blue) = 238+97+219=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61DB is #119E24. Grayscale: #989898. Windows color (decimal): -1154597 or 14377454. OLE color: 14377454.

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

Color convert

RGB 238 97 219 -
CMYK 0 0.59 0.08 0.07
HSL 308.09º 0.81% 0.66% -
HSV(B) 308.09º 0.59% 0.93% -
XYZ 52.32 31.84 70.41 -
YUV 153.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 238 97 219 0 0.59 0.08 0.07 308.09 0.81 0.66
Hex EE 61 DB 0 3B 8 7 134 51 42
Octal 356 141 333 0 73 10 7 464 121 102
Binary 11101110 1100001 11011011 0 111011 1000 111 100110100 1010001 1000010

Color Harmonies of #EE61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE61DB

Black with #EE61DB

Text Example


Text Example

White with #EE61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE61DB; }

 p { color: rgb(238,97,219); }

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

background-color css

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

 a { background-color: rgb(238,97,219); }

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

border-color css

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

 span { border-color: rgb(238,97,219); }

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