Html Css Color HEX #EB58DB Free Speech Magenta

📋 copy color: '#EB58DB'

red 235 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #EB58DB

Tints of Free Speech Magenta #EB58DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 43.36%
G = 16.24%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB58DB (or 0xEB58DB) is known color: Free Speech Magenta. HEX triplet: EB, 58 and DB. RGB value is (235,88,219). Sum of RGB (Red+Green+Blue) = 235+88+219=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB58DB is #14A724. Grayscale: #929292. Windows color (decimal): -1353509 or 14375147. OLE color: 14375147.

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

Color convert

RGB 235 88 219 -
CMYK 0 0.63 0.07 0.08
HSL 306.53º 0.79% 0.63% -
HSV(B) 306.53º 0.63% 0.92% -
XYZ 50.54 29.76 70.1 -
YUV 146.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 235 88 219 0 0.63 0.07 0.08 306.53 0.79 0.63
Hex EB 58 DB 0 3F 7 8 133 4F 3F
Octal 353 130 333 0 77 7 10 463 117 77
Binary 11101011 1011000 11011011 0 111111 111 1000 100110011 1001111 111111

Color Harmonies of #EB58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58DB

Black with #EB58DB

Text Example


Text Example

White with #EB58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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