Html Css Color HEX #EB49E6 Free Speech Magenta

📋 copy color: '#EB49E6'

red 235 ◦ green 73 ◦ blue 230

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

Shades of Free Speech Magenta #EB49E6

Tints of Free Speech Magenta #EB49E6

RGB

 RED value IS 235 (92.19% from 255) = 43.68%

 GREEN value IS 73 (28.91% from 255) = 13.57%

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 43.68%
G = 13.57%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB49E6 (or 0xEB49E6) is known color: Free Speech Magenta. HEX triplet: EB, 49 and E6. RGB value is (235,73,230). Sum of RGB (Red+Green+Blue) = 235+73+230=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB49E6 is #14B619. Grayscale: #8A8A8A. Windows color (decimal): -1357338 or 15092203. OLE color: 15092203.

HSL color Cylindrical-coordinate representation of color #EB49E6: hue angle of 301.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49E6 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 73 230 -
CMYK 0 0.69 0.02 0.08
HSL 301.85º 0.8% 0.6% -
HSV(B) 301.85º 0.69% 0.92% -
XYZ 50.93 28.14 77.61 -
YUV 139.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 235 73 230 0 0.69 0.02 0.08 301.85 0.8 0.6
Hex EB 49 E6 0 45 2 8 12E 50 3C
Octal 353 111 346 0 105 2 10 456 120 74
Binary 11101011 1001001 11100110 0 1000101 10 1000 100101110 1010000 111100

Color Harmonies of #EB49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49E6

Black with #EB49E6

Text Example


Text Example

White with #EB49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49E6; }

 p { color: rgb(235,73,230); }

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

background-color css

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

 a { background-color: rgb(235,73,230); }

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

border-color css

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

 span { border-color: rgb(235,73,230); }

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