Html Css Color HEX #EB55DB Free Speech Magenta

📋 copy color: '#EB55DB'

red 235 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #EB55DB

Tints of Free Speech Magenta #EB55DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.77%

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

R = 43.6%
G = 15.77%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB55DB (or 0xEB55DB) is known color: Free Speech Magenta. HEX triplet: EB, 55 and DB. RGB value is (235,85,219). Sum of RGB (Red+Green+Blue) = 235+85+219=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55DB is #14AA24. Grayscale: #909090. Windows color (decimal): -1354277 or 14374379. OLE color: 14374379.

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

Color convert

RGB 235 85 219 -
CMYK 0 0.64 0.07 0.08
HSL 306.4º 0.79% 0.63% -
HSV(B) 306.4º 0.64% 0.92% -
XYZ 50.3 29.27 70.02 -
YUV 145.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 235 85 219 0 0.64 0.07 0.08 306.4 0.79 0.63
Hex EB 55 DB 0 40 7 8 132 4F 3F
Octal 353 125 333 0 100 7 10 462 117 77
Binary 11101011 1010101 11011011 0 1000000 111 1000 100110010 1001111 111111

Color Harmonies of #EB55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55DB

Black with #EB55DB

Text Example


Text Example

White with #EB55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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