Html Css Color HEX #EE5ECD Free Speech Magenta

📋 copy color: '#EE5ECD'

red 238 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Magenta #EE5ECD

Tints of Free Speech Magenta #EE5ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.5%

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 44.32%
G = 17.5%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE5ECD (or 0xEE5ECD) is known color: Free Speech Magenta. HEX triplet: EE, 5E and CD. RGB value is (238,94,205). Sum of RGB (Red+Green+Blue) = 238+94+205=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ECD is #11A132. Grayscale: #959595. Windows color (decimal): -1155379 or 13459182. OLE color: 13459182.

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

Color convert

RGB 238 94 205 -
CMYK 0 0.61 0.14 0.07
HSL 313.75º 0.81% 0.65% -
HSV(B) 313.75º 0.61% 0.93% -
XYZ 50.28 30.59 61.01 -
YUV 149.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 238 94 205 0 0.61 0.14 0.07 313.75 0.81 0.65
Hex EE 5E CD 0 3D E 7 13A 51 41
Octal 356 136 315 0 75 16 7 472 121 101
Binary 11101110 1011110 11001101 0 111101 1110 111 100111010 1010001 1000001

Color Harmonies of #EE5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5ECD

Black with #EE5ECD

Text Example


Text Example

White with #EE5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5ECD; }

 p { color: rgb(238,94,205); }

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

background-color css

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

 a { background-color: rgb(238,94,205); }

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

border-color css

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

 span { border-color: rgb(238,94,205); }

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