Html Css Color HEX #EE5BE4 Free Speech Magenta

📋 copy color: '#EE5BE4'

red 238 ◦ green 91 ◦ blue 228

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

Shades of Free Speech Magenta #EE5BE4

Tints of Free Speech Magenta #EE5BE4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.34%

 BLUE value IS 228 (89.45% from 255) = 40.93%

R = 42.73%
G = 16.34%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE5BE4 (or 0xEE5BE4) is known color: Free Speech Magenta. HEX triplet: EE, 5B and E4. RGB value is (238,91,228). Sum of RGB (Red+Green+Blue) = 238+91+228=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5BE4 is #11A41B. Grayscale: #969696. Windows color (decimal): -1156124 or 14965742. OLE color: 14965742.

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

Color convert

RGB 238 91 228 -
CMYK 0 0.62 0.04 0.07
HSL 304.08º 0.81% 0.65% -
HSV(B) 304.08º 0.62% 0.93% -
XYZ 53 31.26 76.64 -
YUV 150.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 238 91 228 0 0.62 0.04 0.07 304.08 0.81 0.65
Hex EE 5B E4 0 3E 4 7 130 51 41
Octal 356 133 344 0 76 4 7 460 121 101
Binary 11101110 1011011 11100100 0 111110 100 111 100110000 1010001 1000001

Color Harmonies of #EE5BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5BE4

Black with #EE5BE4

Text Example


Text Example

White with #EE5BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5BE4; }

 p { color: rgb(238,91,228); }

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

background-color css

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

 a { background-color: rgb(238,91,228); }

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

border-color css

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

 span { border-color: rgb(238,91,228); }

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