Html Css Color HEX #EB58C0 Free Speech Magenta

📋 copy color: '#EB58C0'

red 235 ◦ green 88 ◦ blue 192

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

Shades of Free Speech Magenta #EB58C0

Tints of Free Speech Magenta #EB58C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.09%

 BLUE value IS 192 (75.39% from 255) = 37.28%

R = 45.63%
G = 17.09%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB58C0 (or 0xEB58C0) is known color: Free Speech Magenta. HEX triplet: EB, 58 and C0. RGB value is (235,88,192). Sum of RGB (Red+Green+Blue) = 235+88+192=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB58C0 is #14A73F. Grayscale: #8F8F8F. Windows color (decimal): -1353536 or 12605675. OLE color: 12605675.

HSL color Cylindrical-coordinate representation of color #EB58C0: hue angle of 317.55º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB58C0 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 88 192 -
CMYK 0 0.63 0.18 0.08
HSL 317.55º 0.79% 0.63% -
HSV(B) 317.55º 0.63% 0.92% -
XYZ 47.27 28.45 52.87 -
YUV 143.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 235 88 192 0 0.63 0.18 0.08 317.55 0.79 0.63
Hex EB 58 C0 0 3F 12 8 13E 4F 3F
Octal 353 130 300 0 77 22 10 476 117 77
Binary 11101011 1011000 11000000 0 111111 10010 1000 100111110 1001111 111111

Color Harmonies of #EB58C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58C0

Black with #EB58C0

Text Example


Text Example

White with #EB58C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58C0; }

 p { color: rgb(235,88,192); }

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

background-color css

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

 a { background-color: rgb(235,88,192); }

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

border-color css

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

 span { border-color: rgb(235,88,192); }

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