Html Css Color HEX #EB58C8 Free Speech Magenta

📋 copy color: '#EB58C8'

red 235 ◦ green 88 ◦ blue 200

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

Shades of Free Speech Magenta #EB58C8

Tints of Free Speech Magenta #EB58C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.24%

R = 44.93%
G = 16.83%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB58C8 (or 0xEB58C8) is known color: Free Speech Magenta. HEX triplet: EB, 58 and C8. RGB value is (235,88,200). Sum of RGB (Red+Green+Blue) = 235+88+200=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB58C8 is #14A737. Grayscale: #909090. Windows color (decimal): -1353528 or 13129963. OLE color: 13129963.

HSL color Cylindrical-coordinate representation of color #EB58C8: hue angle of 314.29º 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 #EB58C8 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 88 200 -
CMYK 0 0.63 0.15 0.08
HSL 314.29º 0.79% 0.63% -
HSV(B) 314.29º 0.63% 0.92% -
XYZ 48.18 28.81 57.67 -
YUV 144.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 235 88 200 0 0.63 0.15 0.08 314.29 0.79 0.63
Hex EB 58 C8 0 3F F 8 13A 4F 3F
Octal 353 130 310 0 77 17 10 472 117 77
Binary 11101011 1011000 11001000 0 111111 1111 1000 100111010 1001111 111111

Color Harmonies of #EB58C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58C8

Black with #EB58C8

Text Example


Text Example

White with #EB58C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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