Html Css Color HEX #EE5FEB Free Speech Magenta

📋 copy color: '#EE5FEB'

red 238 ◦ green 95 ◦ blue 235

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

Shades of Free Speech Magenta #EE5FEB

Tints of Free Speech Magenta #EE5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 41.9%
G = 16.73%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE5FEB (or 0xEE5FEB) is known color: Free Speech Magenta. HEX triplet: EE, 5F and EB. RGB value is (238,95,235). Sum of RGB (Red+Green+Blue) = 238+95+235=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FEB is #11A014. Grayscale: #999999. Windows color (decimal): -1155093 or 15425518. OLE color: 15425518.

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

Color convert

RGB 238 95 235 -
CMYK 0 0.60 0.01 0.07
HSL 301.26º 0.81% 0.65% -
HSV(B) 301.26º 0.6% 0.93% -
XYZ 54.35 32.36 81.98 -
YUV 153.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 238 95 235 0 0.60 0.01 0.07 301.26 0.81 0.65
Hex EE 5F EB 0 3C 1 7 12D 51 41
Octal 356 137 353 0 74 1 7 455 121 101
Binary 11101110 1011111 11101011 0 111100 1 111 100101101 1010001 1000001

Color Harmonies of #EE5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5FEB

Black with #EE5FEB

Text Example


Text Example

White with #EE5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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