Html Css Color HEX #EB63DB Free Speech Magenta

📋 copy color: '#EB63DB'

red 235 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #EB63DB

Tints of Free Speech Magenta #EB63DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.9%

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

R = 42.5%
G = 17.9%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB63DB (or 0xEB63DB) is known color: Free Speech Magenta. HEX triplet: EB, 63 and DB. RGB value is (235,99,219). Sum of RGB (Red+Green+Blue) = 235+99+219=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB63DB is #149C24. Grayscale: #999999. Windows color (decimal): -1350693 or 14377963. OLE color: 14377963.

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

Color convert

RGB 235 99 219 -
CMYK 0 0.58 0.07 0.08
HSL 307.06º 0.77% 0.65% -
HSV(B) 307.06º 0.58% 0.92% -
XYZ 51.51 31.7 70.42 -
YUV 153.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 235 99 219 0 0.58 0.07 0.08 307.06 0.77 0.65
Hex EB 63 DB 0 3A 7 8 133 4D 41
Octal 353 143 333 0 72 7 10 463 115 101
Binary 11101011 1100011 11011011 0 111010 111 1000 100110011 1001101 1000001

Color Harmonies of #EB63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB63DB

Black with #EB63DB

Text Example


Text Example

White with #EB63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB63DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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