Html Css Color HEX #EE5FED Free Speech Magenta

📋 copy color: '#EE5FED'

red 238 ◦ green 95 ◦ blue 237

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

Shades of Free Speech Magenta #EE5FED

Tints of Free Speech Magenta #EE5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.67%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 41.75%
G = 16.67%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE5FED (or 0xEE5FED) is known color: Free Speech Magenta. HEX triplet: EE, 5F and ED. RGB value is (238,95,237). Sum of RGB (Red+Green+Blue) = 238+95+237=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FED is #11A012. Grayscale: #999999. Windows color (decimal): -1155091 or 15556590. OLE color: 15556590.

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

Color convert

RGB 238 95 237 -
CMYK 0 0.60 0.00 0.07
HSL 300.42º 0.81% 0.65% -
HSV(B) 300.42º 0.6% 0.93% -
XYZ 54.64 32.48 83.51 -
YUV 153.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 238 95 237 0 0.60 0.00 0.07 300.42 0.81 0.65
Hex EE 5F ED 0 3C 0 7 12C 51 41
Octal 356 137 355 0 74 0 7 454 121 101
Binary 11101110 1011111 11101101 0 111100 0 111 100101100 1010001 1000001

Color Harmonies of #EE5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5FED

Black with #EE5FED

Text Example


Text Example

White with #EE5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5FED; }

 p { color: rgb(238,95,237); }

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

background-color css

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

 a { background-color: rgb(238,95,237); }

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

border-color css

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

 span { border-color: rgb(238,95,237); }

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