Html Css Color HEX #EE5DCE Free Speech Magenta

📋 copy color: '#EE5DCE'

red 238 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Magenta #EE5DCE

Tints of Free Speech Magenta #EE5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.32%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 44.32%
G = 17.32%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE5DCE (or 0xEE5DCE) is known color: Free Speech Magenta. HEX triplet: EE, 5D and CE. RGB value is (238,93,206). Sum of RGB (Red+Green+Blue) = 238+93+206=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5DCE is #11A231. Grayscale: #949494. Windows color (decimal): -1155634 or 13524462. OLE color: 13524462.

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

Color convert

RGB 238 93 206 -
CMYK 0 0.61 0.13 0.07
HSL 313.24º 0.81% 0.65% -
HSV(B) 313.24º 0.61% 0.93% -
XYZ 50.31 30.46 61.62 -
YUV 149.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 238 93 206 0 0.61 0.13 0.07 313.24 0.81 0.65
Hex EE 5D CE 0 3D D 7 139 51 41
Octal 356 135 316 0 75 15 7 471 121 101
Binary 11101110 1011101 11001110 0 111101 1101 111 100111001 1010001 1000001

Color Harmonies of #EE5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5DCE

Black with #EE5DCE

Text Example


Text Example

White with #EE5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5DCE; }

 p { color: rgb(238,93,206); }

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

background-color css

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

 a { background-color: rgb(238,93,206); }

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

border-color css

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

 span { border-color: rgb(238,93,206); }

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