Html Css Color HEX #EE4DF1 Free Speech Magenta

📋 copy color: '#EE4DF1'

red 238 ◦ green 77 ◦ blue 241

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

Shades of Free Speech Magenta #EE4DF1

Tints of Free Speech Magenta #EE4DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.85%

 BLUE value IS 241 (94.53% from 255) = 43.35%

R = 42.81%
G = 13.85%
B = 43.35%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE4DF1 (or 0xEE4DF1) is known color: Free Speech Magenta. HEX triplet: EE, 4D and F1. RGB value is (238,77,241). Sum of RGB (Red+Green+Blue) = 238+77+241=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DF1 is #11B20E. Grayscale: #8F8F8F. Windows color (decimal): -1159695 or 15814126. OLE color: 15814126.

HSL color Cylindrical-coordinate representation of color #EE4DF1: hue angle of 298.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4DF1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 77 241 -
CMYK 0.01 0.68 0 0.05
HSL 298.9º 0.85% 0.62% -
HSV(B) 298.9º 0.68% 0.95% -
XYZ 53.79 29.84 86.14 -
YUV 143.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 238 77 241 0.01 0.68 0 0.05 298.9 0.85 0.62
Hex EE 4D F1 1 44 0 5 12B 55 3E
Octal 356 115 361 1 104 0 5 453 125 76
Binary 11101110 1001101 11110001 1 1000100 0 101 100101011 1010101 111110

Color Harmonies of #EE4DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DF1

Black with #EE4DF1

Text Example


Text Example

White with #EE4DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DF1; }

 p { color: rgb(238,77,241); }

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

background-color css

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

 a { background-color: rgb(238,77,241); }

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

border-color css

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

 span { border-color: rgb(238,77,241); }

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